X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2f1834d9f272e29a87303c66495a9ed80a392e38..bc48a5d75e6847f7afe434f9c50d7aa32b2ef159:/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