remove size on statc CString arrays so that XToString can catch size differences
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
#include "LuaFunctions.h"
|
||||
#include "LuaManager.h"
|
||||
|
||||
static const CString PrefsGroupNames[NUM_PREFS_GROUPS] = {
|
||||
static const CString PrefsGroupNames[] = {
|
||||
"Debug",
|
||||
"Editor",
|
||||
"Options",
|
||||
|
||||
Reference in New Issue
Block a user