made MakeGlyphList virtual
diff --git a/include/FTGLTextureFont.h b/include/FTGLTextureFont.h
index 87f956d..589cdd8 100755
--- a/include/FTGLTextureFont.h
+++ b/include/FTGLTextureFont.h
@@ -60,7 +60,7 @@ class FTGL_EXPORT FTGLTextureFont : public FTFont
* This a list of glyphs processed for openGL rendering NOT
* freetype glyphs
*/
- bool MakeGlyphList();
+ virtual bool MakeGlyphList();
/**
* Draw a series of glyphs into texture memory