]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/regconf.h
Make all instances of HasEditorCtrl() const, not just a few
[wxWidgets.git] / include / wx / msw / regconf.h
index d90dec3bb090ce408192a4411dde1abd36972e31..b49c3bb6e1fb417663ccd4f51221eafc306682a7 100644 (file)
@@ -106,7 +106,7 @@ private:
   // current path (not '/' terminated)
   wxString  m_strPath;
 
-  DECLARE_NO_COPY_CLASS(wxRegConfig)
+  wxDECLARE_NO_COPY_CLASS(wxRegConfig);
   DECLARE_ABSTRACT_CLASS(wxRegConfig)
 };