Correct the return type of wxPersistenceManager methods in the documentation.

DisableSaving() and DisableRestoring() don't return anything.

Closes #14170.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@71075 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2012-04-02 16:07:28 +00:00
parent e32a6e58ad
commit 91f5965066

View File

@@ -57,7 +57,7 @@ public:
@see DisableRestoring()
*/
bool DisableSaving();
void DisableSaving();
/**
Globally disable restoring the persistence object properties.
@@ -67,7 +67,7 @@ public:
@see DisableSaving()
*/
bool DisableRestoring();
void DisableRestoring();
/**