X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2f1834d9f272e29a87303c66495a9ed80a392e38..66c2bf7b1d9326fb650acfaae22ec50528cfbf7c:/include/wx/xrc/xh_grid.h diff --git a/include/wx/xrc/xh_grid.h b/include/wx/xrc/xh_grid.h index 13e81be8f9..3d62705749 100644 --- a/include/wx/xrc/xh_grid.h +++ b/include/wx/xrc/xh_grid.h @@ -1,9 +1,8 @@ ///////////////////////////////////////////////////////////////////////////// -// Name: wx/xh_grid.h -// Purpose: XML resource handler for the grid control +// Name: wx/xrc/xh_grid.h +// Purpose: XML resource handler for wxGrid // Author: Agron Selimaj // Created: 2005/08/11 -// RCS-ID: $Id$ // Copyright: (c) 2005 Agron Selimaj, Freepour Controls Inc. // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// @@ -17,14 +16,13 @@ class WXDLLIMPEXP_XRC wxGridXmlHandler : public wxXmlResourceHandler { + DECLARE_DYNAMIC_CLASS(wxGridXmlHandler) + public: wxGridXmlHandler(); virtual wxObject *DoCreateResource(); virtual bool CanHandle(wxXmlNode *node); - -private: - DECLARE_DYNAMIC_CLASS(wxGridXmlHandler) }; #endif // wxUSE_XRC && wxUSE_GRID