]> git.saurik.com Git - wxWidgets.git/blobdiff - utils/serialize/serext.h
Changed to use new wxWindow->Reparent call to allow build with current cvs
[wxWidgets.git] / utils / serialize / serext.h
index f1d36fbbc6c7915d49d600fed0ee9e9767fceb19..540bb998b507e6e6dca66104ee6be8e73fa3513c 100644 (file)
@@ -1,3 +1,14 @@
+/////////////////////////////////////////////////////////////////////////////
+// Name:        serext.cpp
+// Purpose:     Serialization: Other classes
+// Author:      Guilhem Lavaux
+// Modified by:
+// Created:     July 1998
+// RCS-ID:      $Id$
+// Copyright:   (c) 1998 Guilhem Lavaux
+// Licence:     wxWindows license
+/////////////////////////////////////////////////////////////////////////////
+
 #ifndef __SEREXT_H__
 #define __SEREXT_H__
 
@@ -9,5 +20,7 @@
 #include "serwnd.h"
 
 DECLARE_SERIAL_CLASS(wxSplitterWindow, wxWindow)
+DECLARE_SERIAL_CLASS(wxGrid, wxPanel)
+DECLARE_SERIAL_CLASS(wxGridCell, wxObject)
 
 #endif