X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/eda34276d67de1578a3ed3d727b595b1858a8547..3017880eff92f202f26262fbcdf1744cb620e3e3:/include/wx/osx/cocoa/dataview.h diff --git a/include/wx/osx/cocoa/dataview.h b/include/wx/osx/cocoa/dataview.h index e31a752296..ed79f03b94 100644 --- a/include/wx/osx/cocoa/dataview.h +++ b/include/wx/osx/cocoa/dataview.h @@ -250,7 +250,7 @@ private: // owned by the set. Furthermore, children of the last parent are stored // in a linear list. // -@interface wxCocoaOutlineDataSource : NSObject +@interface wxCocoaOutlineDataSource : NSObject wxOSX_10_6_AND_LATER() { // descriptors specifying the sorting (currently the array only holds one // object only) @@ -398,7 +398,7 @@ private: // wxCocoaOutlineView // ============================================================================ -@interface wxCocoaOutlineView : NSOutlineView +@interface wxCocoaOutlineView : NSOutlineView wxOSX_10_6_AND_LATER() { @private // column and row of the cell being edited or -1 if none @@ -502,6 +502,8 @@ public: id GetItemAtRow(int row) const; private: + void InitOutlineView(long style); + wxCocoaOutlineDataSource* m_DataSource; wxCocoaOutlineView* m_OutlineView;