X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/9fdd83842f5ead4ef45852b9943df36c38b4d7d7..52d802ebb80982e9541aac3c4f7ba91aec503425:/utils/serialize/serext.h?ds=sidebyside diff --git a/utils/serialize/serext.h b/utils/serialize/serext.h index f1d36fbbc6..540bb998b5 100644 --- a/utils/serialize/serext.h +++ b/utils/serialize/serext.h @@ -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