Commit 38ead5fd74c8ce0903eb59c2bc60a9edeaeaff04

henry 2003-04-06T23:48:36

Un-inlined private methods...because they are called by other private inlined methods

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
diff --git a/include/FTFont.h b/include/FTFont.h
index ed6f425..f7edcb6 100755
--- a/include/FTFont.h
+++ b/include/FTFont.h
@@ -262,14 +262,14 @@ class FTGL_EXPORT FTFont
          *                  will be incremented by the kerning advance of 
          *                  char and nextChr.
          */
-        inline void DoRender( const unsigned int chr, const unsigned int nextChr, FTPoint &origin);
+        void DoRender( const unsigned int chr, const unsigned int nextChr, FTPoint &origin);
         
         /**
          * Check that the glyph at <code>chr</code> exist. If not load it.
          *
          * @param chr  character index
          */
-        inline void CheckGlyph( const unsigned int chr);
+        void CheckGlyph( const unsigned int chr);
 
         /**
          * An object that holds a list of glyphs