]> git.saurik.com Git - wxWidgets.git/blame_incremental - include/wx/grid.h
added "\n" at the end of file to silent egcs warnings
[wxWidgets.git] / include / wx / grid.h
... / ...
CommitLineData
1#ifndef __GRIDH_BASE__
2#define __GRIDH_BASE__
3
4#include "wx/generic/gridg.h"
5
6#ifndef wxGrid
7#define wxGrid wxGenericGrid
8#endif
9
10#endif
11 // __GRIDH_BASE__