X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/34138703c3997ce676a1e713d9ff9eb020640da7..b11708106f93d28dbb47218b18e02674ad6c0cdb:/include/wx/serbase.h?ds=inline 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