]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/cmdproc.h
Replace wxComboBox::IsEmpty() with Is{List,Text}Empty().
[wxWidgets.git] / include / wx / cmdproc.h
index cba83770dd98db90358c92e9a3b0bfeb12be3f1f..6072e7fda0fe222fc6d7bb490fbfbde39c99451e 100644 (file)
@@ -137,7 +137,7 @@ protected:
 
 private:
     DECLARE_DYNAMIC_CLASS(wxCommandProcessor)
-    DECLARE_NO_COPY_CLASS(wxCommandProcessor)
+    wxDECLARE_NO_COPY_CLASS(wxCommandProcessor);
 };
 
 #endif // _WX_CMDPROC_H_