Commit b1598ed1e1478c4a0ffd0057f3ec83f2c1b64946

henry 2003-07-12T12:06:22

Removed inline directive

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/include/FTFont.h b/include/FTFont.h
index b91acb4..c042ef7 100755
--- a/include/FTFont.h
+++ b/include/FTFont.h
@@ -194,7 +194,7 @@ class FTGL_EXPORT FTFont
          * @param g The glyph index NOT the char code.
          * @return  An FT****Glyph or <code>null</code> on failure.
          */
-        inline virtual FTGlyph* MakeGlyph( unsigned int g) = 0;
+        virtual FTGlyph* MakeGlyph( unsigned int g) = 0;
         
         /**
          * Current face object