]> git.saurik.com Git - wxWidgets.git/blobdiff - src/generic/gridsel.cpp
compilation fix
[wxWidgets.git] / src / generic / gridsel.cpp
index bac2f8950bd93ff17fa08dcea3d7f98d3c4cce35..56c8460a49121a82ae92bc6eb5e5c896af8a39dd 100644 (file)
@@ -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
+