Commit f0a6bd67ed13da9eaad1bbdac45ddb7dab3cc48d

henry 2002-01-09T20:32:12

More const stuff

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
diff --git a/include/FTGlyphContainer.h b/include/FTGlyphContainer.h
index 09e8af2..8ded484 100755
--- a/include/FTGlyphContainer.h
+++ b/include/FTGlyphContainer.h
@@ -53,10 +53,10 @@ class FTGL_EXPORT FTGlyphContainer
 		 * @return	An FTGlyph or <code>null</code> is it hasn't been
 		 * loaded.
 		 */
-		FTGlyph* Glyph( unsigned int c) const;
+		FTGlyph* Glyph( const unsigned int c) const;
 
 		
-		FTBBox BBox( unsigned int index);
+		FTBBox BBox( const unsigned int index) const;
 		
 		/**
 		* Returns the kerned advance width for a glyph.