]> git.saurik.com Git - wxWidgets.git/blame - include/wx/osx/dataview.h
fixing file paths after renaming
[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
4# include "wx/mac/carbon/dataview.h"
5#endif