git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58530
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
\r
// globally disable restoring or saving the persistent properties (both are\r
// enabled by default)\r
- bool DisableSaving() { m_doSave = false; }\r
- bool DisableRestoring() { m_doRestore = false; }\r
+ void DisableSaving() { m_doSave = false; }\r
+ void DisableRestoring() { m_doRestore = false; }\r
\r
\r
// register an object with the manager: when using the first overload,\r