X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/9fdd83842f5ead4ef45852b9943df36c38b4d7d7..594f0f5bf1355fb8d58f403d3ebacc1c1767c429:/utils/serialize/sercore.h 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 -DECLARE_SERIAL_CLASS(wxList,wxObject) +DECLARE_SERIAL_CLASS(wxList, wxObject) +DECLARE_SERIAL_CLASS(wxHashTable, wxObject) #endif