]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/univ/checklst.h
Typos and other fixes
[wxWidgets.git] / include / wx / univ / checklst.h
index 2579bdcfa537bd4271603879fe8df0e84c6cf485..6382c16363e4ee47eab147de8e5342f205611b2d 100644 (file)
@@ -13,7 +13,7 @@
 #define _WX_UNIV_CHECKLST_H_
 
 #ifdef __GNUG__
-    #pragma interface "checklst.h"
+    #pragma interface "univchecklst.h"
 #endif
 
 // ----------------------------------------------------------------------------
@@ -102,10 +102,10 @@ class WXDLLEXPORT wxStdCheckListboxInputHandler : public wxStdListboxInputHandle
 public:
     wxStdCheckListboxInputHandler(wxInputHandler *inphand);
 
-    virtual bool HandleKey(wxControl *control,
+    virtual bool HandleKey(wxInputConsumer *consumer,
                            const wxKeyEvent& event,
                            bool pressed);
-    virtual bool HandleMouse(wxControl *control,
+    virtual bool HandleMouse(wxInputConsumer *consumer,
                              const wxMouseEvent& event);
 };