X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8dce54c9e632e0abd820498346e90aff0ae45d70..cba5a276e4821a0ae7d1e7a435d6aab38baa0a9f:/include/wx/confbase.h diff --git a/include/wx/confbase.h b/include/wx/confbase.h index b2a576c858..ba65608a01 100644 --- a/include/wx/confbase.h +++ b/include/wx/confbase.h @@ -14,7 +14,7 @@ #ifndef _WX_CONFBASE_H_ #define _WX_CONFBASE_H_ -#ifdef __GNUG__ +#if defined(__GNUG__) && !defined(__APPLE__) #pragma interface "confbase.h" #endif @@ -307,6 +307,8 @@ private: wxString m_strName, // name of entry (i.e. name only) m_strOldPath; // saved path bool m_bChanged; // was the path changed? + + DECLARE_NO_COPY_CLASS(wxConfigPathChanger) };