spack/var/spack/repos/builtin/packages/ftgl/remove-extra-qualifier.diff
Hadrien G c03dcdedb1 FTGL package workarounds (#8812)
* FTGL package workarounds

* Remove blank line

* Only require doxygen at build time
2018-07-26 15:54:46 -05:00

12 lines
524 B
Diff

--- 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:
/**