summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/ftgl/remove-extra-qualifier.diff
blob: cff9a3836e6cca03e3e4b3ead013dea1bb91115c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- FTGL/include/FTTextureGlyph.h   2018-07-26 08:30:55.144488976 +0000
+++ FTGL/include/FTTextureGlyph.h   2018-07-26 08:29:42.072489186 +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:
         /**