force TypeName arrays for XToString to be an array of const char*, not CString
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
#include "arch/ArchHooks/ArchHooks.h"
|
||||
#include "InputEventPlus.h"
|
||||
|
||||
static const CString SetTimeSelectionNames[] = {
|
||||
static const char *SetTimeSelectionNames[] = {
|
||||
"Year",
|
||||
"Month",
|
||||
"Day",
|
||||
|
||||
Reference in New Issue
Block a user