X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/eff112a64082e20a581fb489980b76e1d7bb0d5e..850df2d78866c3edcf848103b5dbc7e7fa1ee5fa:/src/common/datavcmn.cpp diff --git a/src/common/datavcmn.cpp b/src/common/datavcmn.cpp index 7cbf793019..09353943d8 100644 --- a/src/common/datavcmn.cpp +++ b/src/common/datavcmn.cpp @@ -299,7 +299,7 @@ int wxDataViewModel::Compare( const wxDataViewItem &item1, const wxDataViewItem wxDataViewIndexListModel::wxDataViewIndexListModel( unsigned int initial_size ) { -#ifdef __WXGTK__ +#ifndef __WXMAC__ m_useHash = false; #else m_useHash = true;