]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/listctrl/listtest.h
Added semicolon to macro in list.h - I just read that
[wxWidgets.git] / samples / listctrl / listtest.h
index 79063942a4fcd83373a1e06e84d588c9e3420dcc..942ddadfc06ac2dd01f983ac802dfb96cb9e09cc 100644 (file)
@@ -39,6 +39,8 @@ public:
        void OnListKeyDown(wxListEvent& event);
        void OnActivated(wxListEvent& event);
 
+    void OnChar(wxKeyEvent& event);
+
    DECLARE_EVENT_TABLE()
 };