projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Applied patch [ 731195 ] More #if/#endif's to build a smaller library
[wxWidgets.git]
/
src
/
generic
/
gridsel.cpp
diff --git
a/src/generic/gridsel.cpp
b/src/generic/gridsel.cpp
index bac2f8950bd93ff17fa08dcea3d7f98d3c4cce35..56c8460a49121a82ae92bc6eb5e5c896af8a39dd 100644
(file)
--- a/
src/generic/gridsel.cpp
+++ b/
src/generic/gridsel.cpp
@@
-30,7
+30,7
@@
#pragma hdrstop
#endif
-#if
defined(wxUSE_NEW_GRID) && (wxUSE_NEW_GRID)
+#if
wxUSE_GRID
#include "wx/generic/gridsel.h"
@@
-1083,3
+1083,4
@@
int wxGridSelection::BlockContain( int topRow1, int leftCol1,
}
#endif
+