]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/generic/numdlgg.h
Make all instances of HasEditorCtrl() const, not just a few
[wxWidgets.git] / include / wx / generic / numdlgg.h
index 0ce35fb8087d9c66049ad9f2500b8f210a2c518f..da413d2da76a3139fe1a37e35f94a292a9813a19 100644 (file)
@@ -57,7 +57,7 @@ protected:
 private:
     DECLARE_EVENT_TABLE()
     DECLARE_DYNAMIC_CLASS(wxNumberEntryDialog)
-    DECLARE_NO_COPY_CLASS(wxNumberEntryDialog)
+    wxDECLARE_NO_COPY_CLASS(wxNumberEntryDialog);
 };
 
 // ----------------------------------------------------------------------------