]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/setup_inc.h
Compilation fix
[wxWidgets.git] / include / wx / setup_inc.h
index 500493b6b672df735428d1398ed3989cc199fe35..f278c73c218af7ba8c2dea8b8250cd6110a5e805 100644 (file)
 #define wxUSE_TEXTCTRL     1    // wxTextCtrl
 #define wxUSE_TOGGLEBTN    1    // requires wxButton
 #define wxUSE_TREECTRL     1    // wxTreeCtrl
+#define wxUSE_DATAVIEWCTRL 1    // wxDataViewCtrl
 
 // Use a status bar class? Depending on the value of wxUSE_NATIVE_STATUSBAR
 // below either wxStatusBar95 or a generic wxStatusBar will be used.