]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/osx/carbon/dataview.h
no changes, just remove #if'd out code
[wxWidgets.git] / include / wx / osx / carbon / dataview.h
index a642ed6e82e4fd711d9fec5a1d1fd59be0d5ba84..46d065c37e7f3f85a647c27a9b84d8ff35edae20 100644 (file)
@@ -508,6 +508,8 @@ public:
 // implementation
 //
 
+  virtual wxSize DoGetBestSize() const;
+
  // adds all children of the passed parent to the control; if 'parentItem' is invalid the root(s) is/are added:
   void AddChildrenLevel(wxDataViewItem const& parentItem);
 
@@ -605,7 +607,7 @@ private:
 
  // wxWidget internal stuff:
   DECLARE_DYNAMIC_CLASS(wxDataViewCtrl)
-  DECLARE_NO_COPY_CLASS(wxDataViewCtrl)
+  wxDECLARE_NO_COPY_CLASS(wxDataViewCtrl);
   DECLARE_EVENT_TABLE()
 };