X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/9fdd83842f5ead4ef45852b9943df36c38b4d7d7..a9f4558ff11abd670a3c07b4f721afb3eb444bb7:/utils/serialize/sercore.h?ds=sidebyside diff --git a/utils/serialize/sercore.h b/utils/serialize/sercore.h index af3d016824..57651eab6d 100644 --- a/utils/serialize/sercore.h +++ b/utils/serialize/sercore.h @@ -1,3 +1,14 @@ +///////////////////////////////////////////////////////////////////////////// +// Name: sercore.h +// Purpose: Serialization: core classes +// Author: Guilhem Lavaux +// Modified by: +// Created: July 1998 +// RCS-ID: $Id$ +// Copyright: (c) 1998 Guilhem Lavaux +// Licence: wxWindows license +///////////////////////////////////////////////////////////////////////////// + #ifndef __SERCORE_H__ #define __SERCORE_H__ @@ -7,6 +18,7 @@ #include <wx/serbase.h> -DECLARE_SERIAL_CLASS(wxList,wxObject) +DECLARE_SERIAL_CLASS(wxList, wxObject) +DECLARE_SERIAL_CLASS(wxHashTable, wxObject) #endif