]> git.saurik.com Git - wxWidgets.git/blame - include/wx/grid.h
I was stupid enough to reorganise the way font changes get stored and applied,
[wxWidgets.git] / include / wx / grid.h
CommitLineData
34138703
JS
1#ifndef _WX_GRID_H_BASE_
2#define _WX_GRID_H_BASE_
c801d85f
KB
3
4#include "wx/generic/gridg.h"
5
6#ifndef wxGrid
7#define wxGrid wxGenericGrid
8#endif
9
10#endif
34138703 11 // _WX_GRID_H_BASE_