X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e8a793f06cc0abb9e2433b1fe518c836395c8b49..9869c26285dc51d13607cddaa04f65ce983653a5:/include/wx/xrc/xh_grid.h diff --git a/include/wx/xrc/xh_grid.h b/include/wx/xrc/xh_grid.h index ca4d4e14c7..3d62705749 100644 --- a/include/wx/xrc/xh_grid.h +++ b/include/wx/xrc/xh_grid.h @@ -1,9 +1,8 @@ ///////////////////////////////////////////////////////////////////////////// // Name: wx/xrc/xh_grid.h -// Purpose: XML resource handler for the grid control +// 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