]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/persist.h
Make storing non-trivial data in wxThreadSpecificInfo possible.
[wxWidgets.git] / interface / wx / persist.h
index 97e3fb60cb19652849315f37b495ba73b060962e..8a23abf125bd817a4c32f5262b54b623b0ef8476 100644 (file)
@@ -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 <vadim@wxwidgets.org>
 // 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();
 
 
     /**