diff --git a/src/generic/gridsel.cpp b/src/generic/gridsel.cpp index 55de239323..836ac1c7aa 100644 --- a/src/generic/gridsel.cpp +++ b/src/generic/gridsel.cpp @@ -40,7 +40,7 @@ int CompareInts(int n1, int n2) } -WX_DEFINE_SORTED_ARRAY(int, wxIntSortedArray); +WX_DEFINE_SORTED_ARRAY_INT(int, wxIntSortedArray); wxGridSelection::wxGridSelection( wxGrid * grid,