X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/dfad0599246651d4994e348d868a3e65613c7379..a43a4f9d4d4a7f107e81bc7de0c1eea729593ee2:/include/wx/msw/regconf.h?ds=inline diff --git a/include/wx/msw/regconf.h b/include/wx/msw/regconf.h index 3cb0213720..5d8b9fc39a 100644 --- a/include/wx/msw/regconf.h +++ b/include/wx/msw/regconf.h @@ -91,6 +91,10 @@ public: virtual bool DeleteAll(); private: + // no copy ctor/assignment operator + wxRegConfig(const wxRegConfig&); + wxRegConfig& operator=(const wxRegConfig&); + // these keys are opened during all lifetime of wxRegConfig object wxRegKey m_keyLocalRoot, m_keyLocal, m_keyGlobalRoot, m_keyGlobal;