]> git.mxchange.org Git - flightgear.git/blobdiff - src/GUI/fonts.cxx
Bugfix - untie property.
[flightgear.git] / src / GUI / fonts.cxx
index 8d1f3bcbd9b8e6a9a2128456269ef4d99a9682f0..2d67907b70e76d33dcd043e8aeb7011deafe787d 100644 (file)
@@ -12,7 +12,7 @@
 
 
 struct SFG_Font {
-    char*           Name;         /* The source font name             */
+    const char*     Name;         /* The source font name             */
     int             Quantity;     /* Number of chars in font          */
     int             Height;       /* Height of the characters         */
     const GLubyte** Characters;   /* The characters mapping           */