summaryrefslogtreecommitdiff
path: root/wintable/new/util.h
diff options
context:
space:
mode:
Diffstat (limited to 'wintable/new/util.h')
-rw-r--r--wintable/new/util.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/wintable/new/util.h b/wintable/new/util.h
index c6cbfb3..2bcfd94 100644
--- a/wintable/new/util.h
+++ b/wintable/new/util.h
@@ -3,7 +3,7 @@
typedef BOOL (*handlerfunc)(struct table *, UINT, WPARAM, LPARAM, LRESULT *);
#define HANDLER(name) static BOOL name(struct table *t, UINT uMsg, WPARAM wParam, LPARAM lParam, LRESULT *lResult)
-static BOOL runHandlers(handlerfunc *list, struct table *t, UINT uMsg, WPARAM wParam, LPARAM lParam, LRESULT *lResult)
+static BOOL runHandlers(const handlerfunc list[], struct table *t, UINT uMsg, WPARAM wParam, LPARAM lParam, LRESULT *lResult)
{
handlerfunc *p;