]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/grid.h
Warning fix for wxOS2 night build.
[wxWidgets.git] / include / wx / grid.h
index 6d55e0889b62b09f96ac1187d8b6855f1dff55b9..9ebf58ce5040badbea52c5c2c76714cd8c70bfe4 100644 (file)
@@ -1,11 +1,18 @@
-#ifndef __GRIDH_BASE__
-#define __GRIDH_BASE__
+/////////////////////////////////////////////////////////////////////////////
+// Name:        wx/grid.h
+// Purpose:     wxGrid base header
+// Author:      Julian Smart
+// Modified by:
+// Created:
+// Copyright:   (c) Julian Smart
+// RCS-ID:      $Id$
+// Licence:     wxWindows licence
+/////////////////////////////////////////////////////////////////////////////
 
-#include "wx/generic/gridg.h"
+#ifndef _WX_GRID_H_BASE_
+#define _WX_GRID_H_BASE_
 
-#ifndef wxGrid
-#define wxGrid wxGenericGrid
-#endif
+#include "wx/generic/grid.h"
 
 #endif
-    // __GRIDH_BASE__
+    // _WX_GRID_H_BASE_