///////////////////////////////////////////////////////////////////////////////
-// Name: msw/regconf.h
+// Name: wx/msw/regconf.h
// Purpose: Registry based implementation of wxConfigBase
// Author: Vadim Zeitlin
// Modified by:
// 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
-#endif // _WX_MSW_REGCONF_H_
+#endif // _WX_MSW_REGCONF_H_