X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/af49c4b8a2d3553e733e71c7dd3911881f4c1a2a..7e1bcfa80e19ac853b8bc7084075fe3b01e63f03:/include/wx/confbase.h diff --git a/include/wx/confbase.h b/include/wx/confbase.h index 73c5e6a968..ba65608a01 100644 --- a/include/wx/confbase.h +++ b/include/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) };