]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/checklst.h
extract event handler body in a separate function instead of using a hack to call...
[wxWidgets.git] / include / wx / checklst.h
index f7ec1a8762e8dacbe39cbfc0554849b66842e441..3d38f28810df3f6a9f5c6f487418d74c62c6e22c 100644 (file)
@@ -35,7 +35,7 @@ public:
     virtual bool IsChecked(unsigned int item) const = 0;
     virtual void Check(unsigned int item, bool check = true) = 0;
 
-    DECLARE_NO_COPY_CLASS(wxCheckListBoxBase)
+    wxDECLARE_NO_COPY_CLASS(wxCheckListBoxBase);
 };
 
 #if defined(__WXUNIVERSAL__)