X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e107d0536ca8d441a54420a07fbee8e02c532269..faa7a70eaf23743f54e1fd3f1b28e24663bdcc78:/src/common/serbase.cpp?ds=sidebyside diff --git a/src/common/serbase.cpp b/src/common/serbase.cpp index 5bc2ae125e..5bc0943b9e 100644 --- a/src/common/serbase.cpp +++ b/src/common/serbase.cpp @@ -24,17 +24,16 @@ #pragma hdrstop #endif -#ifdef wxUSE_SERIAL +#if wxUSE_SERIAL // ---------------------------------------------------------------------------- // wxObject_Serialize // ---------------------------------------------------------------------------- -#if !USE_SHARED_LIBRARY IMPLEMENT_DYNAMIC_CLASS(wxObject_Serialize,wxObject) + IMPLEMENT_SERIAL_CLASS(wxList, wxObject) IMPLEMENT_SERIAL_CLASS(wxHashTable, wxObject) -#endif void WXSERIAL(wxList)::StoreObject(wxObjectOutputStream& s) {