]> git.saurik.com Git - wxWidgets.git/blame - include/wx/mac/dataview.h
Make some wxDataViewCustomRenderer virtuals consistent across platforms.
[wxWidgets.git] / include / wx / mac / dataview.h
CommitLineData
c0a66d92 1#ifdef __WXMAC_CLASSIC__
1bd01c51 2# error "Native wxDataViewCtrl for classic environment not defined. Please use generic control."
c0a66d92
RR
3#else
4# include "wx/mac/carbon/dataview.h"
1bd01c51 5#endif