]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/univ/checklst.h
added CanConvert()
[wxWidgets.git] / include / wx / univ / checklst.h
index 7c8b261ac4d6673160dc6eae4c34a991d0852ee0..ee6232792541b218b785fac1c6aa9f849da02cb2 100644 (file)
@@ -12,7 +12,7 @@
 #ifndef _WX_UNIV_CHECKLST_H_
 #define _WX_UNIV_CHECKLST_H_
 
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
     #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);
 };