]> git.saurik.com Git - wxWidgets.git/blobdiff - src/generic/gridg.cpp
Fixed wxGridCellFloatEditor::Clone
[wxWidgets.git] / src / generic / gridg.cpp
index 4c33a1a32ad2b7d1be9294b9912ad6fab3580f94..9de3b1897aff15e5bda588a991056ae468525bf1 100644 (file)
@@ -25,7 +25,7 @@
     #pragma hdrstop
 #endif
 
-#if wxUSE_GRID
+#if wxUSE_GRID && !(wxUSE_NEW_GRID)
 
 #ifndef WX_PRECOMP
     #include "wx/utils.h"
@@ -2854,4 +2854,4 @@ void *wxGenericGrid::GetCellData(int row, int col)
     return rc;
 }
 
-#endif // wxUSE_GRID
+#endif // wxUSE_GRID && !(wxUSE_NEW_GRID)