X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/77ffb5937e89927b621128789401db8921fe580f..43ff861df48f0837dac98005dd397c5f127ca136:/include/wx/cocoa/NSTableView.h diff --git a/include/wx/cocoa/NSTableView.h b/include/wx/cocoa/NSTableView.h index 1d1f86da5f..de2a8c464b 100644 --- a/include/wx/cocoa/NSTableView.h +++ b/include/wx/cocoa/NSTableView.h @@ -6,7 +6,7 @@ // Created: 2003/08/05 // RCS-ID: $Id$ // Copyright: (c) 2003 David Elliott -// Licence: wxWidgets licence +// Licence: wxWindows licence /////////////////////////////////////////////////////////////////////////////// #ifndef __WX_COCOA_NSTABLEVIEW_H__ @@ -24,6 +24,7 @@ public: virtual int CocoaDataSource_numberOfRows() = 0; virtual struct objc_object* CocoaDataSource_objectForTableColumn( WX_NSTableColumn tableColumn, int rowIndex) = 0; + virtual ~wxCocoaNSTableView() { } }; #endif // _WX_COCOA_NSTABLEVIEW_H_