mirror of https://github.com/libsdl-org/SDL
wmmsg.h: constified wmtab
This commit is contained in:
parent
b032504162
commit
31751bdcce
|
@ -21,7 +21,7 @@
|
|||
|
||||
#define MAX_WMMSG (sizeof(wmtab)/sizeof(wmtab[0]))
|
||||
|
||||
char *wmtab[] = {
|
||||
const char *wmtab[] = {
|
||||
"WM_NULL",
|
||||
"WM_CREATE",
|
||||
"WM_DESTROY",
|
||||
|
|
Loading…
Reference in New Issue