New configure
wxRegionIterator New IsEposed functions (-> recompile) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@648 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -78,7 +78,7 @@ class WXDLLEXPORT wxClassInfo
|
||||
|
||||
wxObject* WXDLLEXPORT wxCreateDynamicObject(char *name);
|
||||
|
||||
#ifdef USE_STORABLE_CLASSES
|
||||
#ifdef USE_SERIAL
|
||||
wxObject* WXDLLEXPORT wxCreateStoredObject( wxInputStream& stream );
|
||||
#endif
|
||||
|
||||
@@ -183,7 +183,7 @@ class WXDLLEXPORT wxObject
|
||||
virtual void Dump(ostream& str);
|
||||
#endif
|
||||
|
||||
#ifdef USE_STORABLE_CLASSES
|
||||
#ifdef USE_SERIAL
|
||||
virtual void StoreObject( wxObjectOutputStream &stream );
|
||||
virtual void LoadObject( wxObjectInputStream &stream );
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user