]> git.saurik.com Git - wxWidgets.git/blobdiff - utils/serialize/sercore.h
#included log.h
[wxWidgets.git] / utils / serialize / sercore.h
index af3d01682487f050689c235c7a594950ec351390..57651eab6da773e54503d8294ec46e2da34bd9fc 100644 (file)
@@ -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