Commit 2e64c85c82b36355038a3cc4d3006568d4cc818a

henry 2001-10-25T04:01:59

Made numGlyphs unsigned

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/include/FTFont.h b/include/FTFont.h
index 6b6c2d9..52057b8 100755
--- a/include/FTFont.h
+++ b/include/FTFont.h
@@ -161,7 +161,7 @@ class FTGL_EXPORT FTFont
 		/**
 		 * The number of glyphs in this font
 		 */
-		int numGlyphs;
+		unsigned int numGlyphs;
 		
 		/**
 		 * Current pen or cursor position;