X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/911219b2abc5ab610481fe8d4fcc3674d74e637e..92c0fc34c104c8d7c12d6a3b78ea232690fc23f4:/interface/wx/persist.h diff --git a/interface/wx/persist.h b/interface/wx/persist.h index 97e3fb60cb..8a23abf125 100644 --- a/interface/wx/persist.h +++ b/interface/wx/persist.h @@ -2,7 +2,6 @@ // Name: wx/persist.h // Purpose: interface of wxPersistenceManager and related classes // Author: Vadim Zeitlin -// RCS-ID: $Id$ // Copyright: (c) 2009 Vadim Zeitlin // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// @@ -57,7 +56,7 @@ public: @see DisableRestoring() */ - bool DisableSaving(); + void DisableSaving(); /** Globally disable restoring the persistence object properties. @@ -67,7 +66,7 @@ public: @see DisableSaving() */ - bool DisableRestoring(); + void DisableRestoring(); /**