1diff --git a/include/FTTextureGlyph.h b/include/FTTextureGlyph.h
2index c263f72..8959cb3 100755
3--- a/include/FTTextureGlyph.h
4+++ b/include/FTTextureGlyph.h
5@@ -52,7 +52,7 @@ class FTGL_EXPORT FTTextureGlyph : public FTGlyph
6 * Reset the currently active texture to zero to get into a known state before
7 * drawing a string. This is to get round possible threading issues.
8 */
9- static void FTTextureGlyph::ResetActiveTexture(){ activeTextureID = 0;}
10+ static void ResetActiveTexture(){ activeTextureID = 0;}
11
12 private:
13 /**