X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/9d55bfef2cb35ac07972e76c786d265c9b35d230..c5d4360fc99a0b9bd512e9dc19087c96dc669345:/include/wx/fileconf.h diff --git a/include/wx/fileconf.h b/include/wx/fileconf.h index 7edce41d04..c16129a5b1 100644 --- a/include/wx/fileconf.h +++ b/include/wx/fileconf.h @@ -4,7 +4,6 @@ // Author: Vadim Zeitlin // Modified by: // Created: 07.04.98 (adapted from appconf.cpp) -// RCS-ID: $Id$ // Copyright: (c) 1997 Karsten Ballueder & Vadim Zeitlin // Ballueder@usa.net // Licence: wxWindows licence @@ -153,7 +152,7 @@ public: // implement inherited pure virtual functions virtual void SetPath(const wxString& strPath); - virtual const wxString& GetPath() const { return m_strPath; } + virtual const wxString& GetPath() const; virtual bool GetFirstGroup(wxString& str, long& lIndex) const; virtual bool GetNextGroup (wxString& str, long& lIndex) const; @@ -252,7 +251,7 @@ private: bool m_isDirty; // if true, we have unsaved changes - DECLARE_NO_COPY_CLASS(wxFileConfig) + wxDECLARE_NO_COPY_CLASS(wxFileConfig); DECLARE_ABSTRACT_CLASS(wxFileConfig) };