X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2f1834d9f272e29a87303c66495a9ed80a392e38..444f6eed4706a7c68d8fc8123eca283d2b983a09:/include/wx/xrc/xh_grid.h diff --git a/include/wx/xrc/xh_grid.h b/include/wx/xrc/xh_grid.h index 13e81be8f9..f4e07e14dd 100644 --- a/include/wx/xrc/xh_grid.h +++ b/include/wx/xrc/xh_grid.h @@ -1,6 +1,6 @@ ///////////////////////////////////////////////////////////////////////////// -// 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$ @@ -17,14 +17,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