]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/osx/core/dataview.h
No changes, just remove unnecessary wxOSX_USE_COCOA checks.
[wxWidgets.git] / include / wx / osx / core / dataview.h
index e5d4be4a79553ff0afc0139d8c8969fb6bf4780c..c8af8cd05c9f423fcdd61b045f74654a9c746579 100644 (file)
@@ -22,7 +22,7 @@ typedef wxWidgetImpl wxWidgetImplType;
 // ---------------------------------------------------------
 // Helper functions for dataview implementation on OSX
 // ---------------------------------------------------------
-wxWidgetImplType* CreateDataView(wxWindowMac* wxpeer, wxWindowMac* parent,  wxWindowID id, 
+wxWidgetImplType* CreateDataView(wxWindowMac* wxpeer, wxWindowMac* parent,  wxWindowID id,
                                  wxPoint const& pos, wxSize const& size,
                                  long style, long extraStyle);
 wxString ConcatenateDataViewItemValues(wxDataViewCtrl const* dataViewCtrlPtr, wxDataViewItem const& dataViewItem); // concatenates all data of the visible columns of the passed control