add missing const for -Wall
This commit is contained in:
parent
69dbfe63ec
commit
32fe82eff9
|
@ -22,6 +22,6 @@ struct FONT_DEF {
|
||||||
const FONT_CHAR_INFO *charInfo; /* Pointer to array of char information */
|
const FONT_CHAR_INFO *charInfo; /* Pointer to array of char information */
|
||||||
};
|
};
|
||||||
|
|
||||||
typedef struct FONT_DEF * FONT;
|
typedef const struct FONT_DEF * FONT;
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue