]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/persist.h
avoid GTK+ prefixes for our tree entry code, it is not part of GTK+, should have...
[wxWidgets.git] / interface / wx / persist.h
index 97e3fb60cb19652849315f37b495ba73b060962e..6a6a1aa13ec5ae5ae1fe9ea5014cef87ecfbec81 100644 (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();
 
 
     /**