X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/7a4b9130e341e8ed5192cac76574119fb6664c6c..1ccbb61aba5a0bbd93ba036ba8e1194e349064f6:/include/wx/serbase.h?ds=sidebyside diff --git a/include/wx/serbase.h b/include/wx/serbase.h index c49b61d7ce..1abe0e30c2 100644 --- a/include/wx/serbase.h +++ b/include/wx/serbase.h @@ -8,8 +8,8 @@ // Copyright: (c) Guilhem Lavaux // Licence: wxWindows license ///////////////////////////////////////////////////////////////////////////// -#ifndef __WX_SERBASEH_H__ -#define __WX_SERBASEH_H__ +#ifndef _WX_WX_SERBASEH_H__ +#define _WX_WX_SERBASEH_H__ #include @@ -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