]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/object.h
fixed mysterious mistakes
[wxWidgets.git] / include / wx / object.h
index 50667186a67b6647bbf20d4158519bbc58163f47..d4752864bebd3d81f6888c5e8d07724006f5f072 100644 (file)
@@ -179,8 +179,8 @@ class WXDLLEXPORT wxObject
 #endif
 
 #ifdef USE_STORABLE_CLASSES
 #endif
 
 #ifdef USE_STORABLE_CLASSES
-  virtual void StoreObject( wxObjectOutputStream &WXUNUSED(stream) ) {};
-  virtual void LoadObject( wxObjectInputStream &WXUNUSED(stream) ) {};
+  virtual void StoreObject( wxObjectOutputStream &stream );
+  virtual void LoadObject( wxObjectInputStream &stream );
 #endif
 
   // make a 'clone' of the object
 #endif
 
   // make a 'clone' of the object