# --- T2-COPYRIGHT-BEGIN --- # t2/package/*/ppracer/hotfix-gcc41.patch # Copyright (C) 2006 - 2026 The T2 SDE Project # SPDX-License-Identifier: GPL-2.0 or patched project license # --- T2-COPYRIGHT-END --- diff -Nur ppracer-0.3.1-orig/src/ppgltk/FT/FTTextureGlyph.h ppracer-0.3.1/src/ppgltk/FT/FTTextureGlyph.h --- ppracer-0.3.1-orig/src/ppgltk/FT/FTTextureGlyph.h 2005-02-18 10:16:04.000000000 +0000 +++ ppracer-0.3.1/src/ppgltk/FT/FTTextureGlyph.h 2006-04-03 21:21:24.431998000 +0000 @@ -52,7 +52,7 @@ * Reset the currently active texture to zero to get into a known state before * drawing a string. This is to get round possible threading issues. */ - static void FTTextureGlyph::ResetActiveTexture(){ activeTextureID = 0;} + static void ResetActiveTexture(){ activeTextureID = 0;} private: /**