]> git.mxchange.org Git - flightgear.git/blobdiff - src/GUI/fonts.cxx
Autopilot: clean up the helpers code (which drives the various /internal/) properties...
[flightgear.git] / src / GUI / fonts.cxx
index a221e92cdbb9d038d9efe08b0f185ae92e9efe82..2d67907b70e76d33dcd043e8aeb7011deafe787d 100644 (file)
@@ -1,3 +1,7 @@
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
 #include <plib/pu.h>
 #include <plib/fnt.h>
 
@@ -8,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           */