force TypeName arrays for XToString to be an array of const char*, not CString
This commit is contained in:
@@ -25,7 +25,7 @@
|
||||
|
||||
ThemeManager* THEME = NULL; // global object accessable from anywhere in the program
|
||||
|
||||
static const RString ElementCategoryNames[] = {
|
||||
static const char *ElementCategoryNames[] = {
|
||||
"BGAnimations",
|
||||
"Fonts",
|
||||
"Graphics",
|
||||
|
||||
Reference in New Issue
Block a user