]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/regconf.h
Remove SetPageTitle and GetPageTitle and make GetCurrentTitle actually return the...
[wxWidgets.git] / include / wx / msw / regconf.h
index d90dec3bb090ce408192a4411dde1abd36972e31..504eb56cc2e06aa001a9db341f08d063f51df887 100644 (file)
@@ -1,5 +1,5 @@
 ///////////////////////////////////////////////////////////////////////////////
 ///////////////////////////////////////////////////////////////////////////////
-// Name:        msw/regconf.h
+// Name:        wx/msw/regconf.h
 // Purpose:     Registry based implementation of wxConfigBase
 // Author:      Vadim Zeitlin
 // Modified by:
 // Purpose:     Registry based implementation of wxConfigBase
 // Author:      Vadim Zeitlin
 // Modified by:
@@ -106,10 +106,10 @@ private:
   // current path (not '/' terminated)
   wxString  m_strPath;
 
   // current path (not '/' terminated)
   wxString  m_strPath;
 
-  DECLARE_NO_COPY_CLASS(wxRegConfig)
+  wxDECLARE_NO_COPY_CLASS(wxRegConfig);
   DECLARE_ABSTRACT_CLASS(wxRegConfig)
 };
 
 #endif // wxUSE_CONFIG && wxUSE_REGKEY
 
   DECLARE_ABSTRACT_CLASS(wxRegConfig)
 };
 
 #endif // wxUSE_CONFIG && wxUSE_REGKEY
 
-#endif  // _WX_MSW_REGCONF_H_
+#endif // _WX_MSW_REGCONF_H_