X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e107d0536ca8d441a54420a07fbee8e02c532269..7b9da2077d0975db6c965a85c91d5aca671ab5e3:/src/common/serbase.cpp diff --git a/src/common/serbase.cpp b/src/common/serbase.cpp index 5bc2ae125e..85388cf0d7 100644 --- a/src/common/serbase.cpp +++ b/src/common/serbase.cpp @@ -24,14 +24,15 @@ #pragma hdrstop #endif -#ifdef wxUSE_SERIAL +#if wxUSE_SERIAL // ---------------------------------------------------------------------------- // wxObject_Serialize // ---------------------------------------------------------------------------- -#if !USE_SHARED_LIBRARY IMPLEMENT_DYNAMIC_CLASS(wxObject_Serialize,wxObject) + +#if !USE_SHARED_LIBRARY IMPLEMENT_SERIAL_CLASS(wxList, wxObject) IMPLEMENT_SERIAL_CLASS(wxHashTable, wxObject) #endif