X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/9838df2cefc5b368bb11f98c784ecc78f45ecaf7..5e84fc5a820a15a1ce2d32d2ae71f0bf92abda3d:/src/common/serbase.cpp diff --git a/src/common/serbase.cpp b/src/common/serbase.cpp index cf00ab21d5..85388cf0d7 100644 --- a/src/common/serbase.cpp +++ b/src/common/serbase.cpp @@ -30,8 +30,9 @@ // 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