]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/fileconf.h
wxDateTime timezone functions now dynamic (no caching).
[wxWidgets.git] / include / wx / fileconf.h
index 7edce41d040cdf9db529bfcecb12ad6889ab2ead..c3dfb5d772c4650c0e8dbeef4caff7d580e2480f 100644 (file)
@@ -153,7 +153,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 +252,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)
 };