X-Git-Url: http://de.git.xonotic.org/?a=blobdiff_plain;f=ft2.h;h=e8110a72916263c87742039a6d410fe8e0d59fba;hb=2048a824c4d5c5d4d031e519dd3a125db35415fd;hp=78728c2dfd18778a164728f400578c32d1275693;hpb=179be6fd1f715bac570e73aa9cadb0e08d0f7979;p=xonotic%2Fdarkplaces.git diff --git a/ft2.h b/ft2.h index 78728c2d..e8110a72 100644 --- a/ft2.h +++ b/ft2.h @@ -43,7 +43,7 @@ typedef struct ft2_font_s // TODO: clean this up and do not expose everything. - unsigned char *data; // TODO: See if FT2 actually needs it to stay... probably does + const unsigned char *data; // FT2 needs it to stay //fs_offset_t datasize; void *face;