Commit f88a6e7552708004d74eae391e825570e0bfae87

henry 2002-12-05T05:59:07

Made numGlyphs unsigned

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/include/FTGlyphContainer.h b/include/FTGlyphContainer.h
index d536bc5..b8a328f 100755
--- a/include/FTGlyphContainer.h
+++ b/include/FTGlyphContainer.h
@@ -84,7 +84,7 @@ class FTGL_EXPORT FTGlyphContainer
         /**
          * How many glyphs are reserved in this container
          */
-        int numGlyphs;
+        unsigned int numGlyphs;
 
         /**
          * The current FTGL face