]> git.saurik.com Git - wxWidgets.git/blame - include/wx/osx/dataview.h
remove erase(const_iterator) overload, it should have never existed as const_iterator...
[wxWidgets.git] / include / wx / osx / dataview.h
CommitLineData
5c6eb3a8
SC
1#ifdef __WXMAC_CLASSIC__
2# error "Native wxDataViewCtrl for classic environment not defined. Please use generic control."
3#else
ef0e9220 4# include "wx/osx/carbon/dataview.h"
5c6eb3a8 5#endif