mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-10-05 01:16:26 +00:00
wmmsg.h: constified wmtab
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
|
||||
#define MAX_WMMSG (sizeof(wmtab)/sizeof(wmtab[0]))
|
||||
|
||||
char *wmtab[] = {
|
||||
const char *wmtab[] = {
|
||||
"WM_NULL",
|
||||
"WM_CREATE",
|
||||
"WM_DESTROY",
|
||||
|
Reference in New Issue
Block a user