Commit 3493f4c63d15cb207cb3a225ec5fd3a0c89d01f4

henry 2002-12-21T07:23:38

Minor change

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
diff --git a/include/FTGlyphContainer.h b/include/FTGlyphContainer.h
index e0ae26d..314bcd6 100755
--- a/include/FTGlyphContainer.h
+++ b/include/FTGlyphContainer.h
@@ -20,6 +20,7 @@ class FTGlyph;
  */
 class FTGL_EXPORT FTGlyphContainer
 {
+        typedef FTVector<FTGlyph*> GlyphVector;
     public:
         /**
          * Constructor
@@ -96,7 +97,6 @@ class FTGL_EXPORT FTGlyphContainer
         /**
          * A structure to hold the glyphs
          */
-        typedef FTVector<FTGlyph*> GlyphVector;
         GlyphVector glyphs;
 
         /**