X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/34138703c3997ce676a1e713d9ff9eb020640da7..1144d24d25ebf729407db27594dd51778f77cec4:/include/wx/serbase.h diff --git a/include/wx/serbase.h b/include/wx/serbase.h index f4c3be113e..1abe0e30c2 100644 --- a/include/wx/serbase.h +++ b/include/wx/serbase.h @@ -54,4 +54,7 @@ IMPLEMENT_DYNAMIC_CLASS(classname##_Serialize, parent##_Serialize) #define IMPLEMENT_ALIAS_SERIAL_CLASS(classname, parent) \ IMPLEMENT_DYNAMIC_CLASS(classname##_Serialize, parent##_Serialize) +DECLARE_SERIAL_CLASS(wxList, wxObject) +DECLARE_SERIAL_CLASS(wxHashTable, wxObject) + #endif