]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/checkbox.h
define DWORD_PTR &c for Win32 compilation whatever headers we use
[wxWidgets.git] / include / wx / checkbox.h
index 0d7301d705ff3f626199c0738f4e0fd6200683d4..6b30a0a25fa57aa88190f39501fd8fc7f7b880b0 100644 (file)
@@ -58,7 +58,7 @@ WXDLLEXPORT_DATA(extern const wxChar *) wxCheckBoxNameStr;
 class WXDLLEXPORT wxCheckBoxBase : public wxControl
 {
 public:
-    wxCheckBoxBase();
+    wxCheckBoxBase() { }
 
     // set/get the checked status of the listbox
     virtual void SetValue(bool value) = 0;