]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/wizard.h
extract event handler body in a separate function instead of using a hack to call...
[wxWidgets.git] / include / wx / wizard.h
index 494dc493898aed3503f6e3f63bab7986c2e323c7..e0d2296a8ae813cf9bc102293076f88d2d56a787 100644 (file)
@@ -244,7 +244,7 @@ public:
     bool Validate() { return true; }
 
 private:
-    DECLARE_NO_COPY_CLASS(wxWizardBase)
+    wxDECLARE_NO_COPY_CLASS(wxWizardBase);
 };
 
 // include the real class declaration