projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
wxDC::Blit() ignores useMask if there is no mask instead of giving an assert failure
[wxWidgets.git]
/
include
/
wx
/
grid.h
diff --git
a/include/wx/grid.h
b/include/wx/grid.h
index 668f69a3e30e99b72438fc76bc060a5bf96aa89a..c6f4fc5dc803591acecb08ebd6b3694d16c6e2b7 100644
(file)
--- a/
include/wx/grid.h
+++ b/
include/wx/grid.h
@@
-1,11
+1,7
@@
#ifndef _WX_GRID_H_BASE_
#define _WX_GRID_H_BASE_
-#include "wx/generic/gridg.h"
-
-#ifndef wxGrid
-#define wxGrid wxGenericGrid
-#endif
+#include "wx/generic/grid.h"
#endif
// _WX_GRID_H_BASE_