Commit 91e266d421d204c9c63cd20ee9f32d5afb2426ca

henry 2002-12-20T22:17:47

Made BBox() const

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/include/FTGlyph.h b/include/FTGlyph.h
index cccaa20..ab2ec43 100755
--- a/include/FTGlyph.h
+++ b/include/FTGlyph.h
@@ -55,7 +55,7 @@ class FTGL_EXPORT FTGlyph
          *
          * @return  bounding box.
          */
-        FTBBox BBox() const { return bBox;}
+        const FTBBox& BBox() const { return bBox;}
         
         /**
          * Queries for errors.