Commit 29a9bf0e2eeb91bba3569086fb780f898b4744ea

henry 2001-11-05T20:59:57

made MakeGlyphList virtual

1
2
3
4
5
6
7
8
9
10
11
12
13
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