X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a756f210019dd5b51331b7181c816d3882146a30..89cd4125bdd6404ec7d8caf07ac364fabfd28d47:/src/generic/gridg.cpp diff --git a/src/generic/gridg.cpp b/src/generic/gridg.cpp index 4c33a1a32a..9de3b1897a 100644 --- a/src/generic/gridg.cpp +++ b/src/generic/gridg.cpp @@ -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)