X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f5e3d9463b3e3d24fcf6e9be53d4b7befab7b0a0..a703012aedeb8064c8294c6aeeea95e6950ad170:/include/wx/xrc/xh_grid.h diff --git a/include/wx/xrc/xh_grid.h b/include/wx/xrc/xh_grid.h index f42f3b828a..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$ @@ -11,24 +11,19 @@ #ifndef _WX_XH_GRD_H_ #define _WX_XH_GRD_H_ -#if defined(__GNUG__) && !defined(__APPLE__) -#pragma interface "xh_grid.cpp" -#endif - #include "wx/xrc/xmlres.h" #if wxUSE_XRC && wxUSE_GRID 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