diff options
Diffstat (limited to 'games-arcade/ppracer/files/ppracer-0.3.1-gcc41.patch')
-rw-r--r-- | games-arcade/ppracer/files/ppracer-0.3.1-gcc41.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/games-arcade/ppracer/files/ppracer-0.3.1-gcc41.patch b/games-arcade/ppracer/files/ppracer-0.3.1-gcc41.patch new file mode 100644 index 000000000000..6f5348ead4f8 --- /dev/null +++ b/games-arcade/ppracer/files/ppracer-0.3.1-gcc41.patch @@ -0,0 +1,11 @@ +--- ppracer-0.3.1/src/ppgltk/FT/FTTextureGlyph.h 2005-02-18 11:16:04.000000000 +0100 ++++ ppracer-0.3.1-gcc41/src/ppgltk/FT/FTTextureGlyph.h 2005-11-29 22:16:49.198509000 +0100 +@@ -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: + /** |