X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FGUI%2Ffonts.cxx;h=2d67907b70e76d33dcd043e8aeb7011deafe787d;hb=1ae2b59333dc914d10bcc726bc94e71cbf3e411e;hp=a221e92cdbb9d038d9efe08b0f185ae92e9efe82;hpb=8d2f92161855696c2d46c099c5e8cb95fd16772c;p=flightgear.git diff --git a/src/GUI/fonts.cxx b/src/GUI/fonts.cxx index a221e92cd..2d67907b7 100644 --- a/src/GUI/fonts.cxx +++ b/src/GUI/fonts.cxx @@ -1,3 +1,7 @@ +#ifdef HAVE_CONFIG_H +#include +#endif + #include #include @@ -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 */