X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/af49c4b8a2d3553e733e71c7dd3911881f4c1a2a..56689e1b3a3f573d8adc3f840823547d8478ef75:/include/wx/confbase.h diff --git a/include/wx/confbase.h b/include/wx/confbase.h index 73c5e6a968..4414c8e7a9 100644 --- a/include/wx/confbase.h +++ b/include/wx/confbase.h @@ -8,7 +8,7 @@ // RCS-ID: $Id$ // Copyright: (c) 1997 Karsten Ballüder Ballueder@usa.net // Vadim Zeitlin -// Licence: wxWindows license +// Licence: wxWindows licence /////////////////////////////////////////////////////////////////////////////// #ifndef _WX_CONFBASE_H_ @@ -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) };