// Name: wx/persist.h
// Purpose: interface of wxPersistenceManager and related classes
// Author: Vadim Zeitlin
-// RCS-ID: $Id$
// Copyright: (c) 2009 Vadim Zeitlin <vadim@wxwidgets.org>
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
@see DisableRestoring()
*/
- bool DisableSaving();
+ void DisableSaving();
/**
Globally disable restoring the persistence object properties.
@see DisableSaving()
*/
- bool DisableRestoring();
+ void DisableRestoring();
/**