]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/osx/dnd.h
Make all instances of HasEditorCtrl() const, not just a few
[wxWidgets.git] / include / wx / osx / dnd.h
index dd91f63789af72ea37177f20783c7421fc34b433..b956c42e325a9de54b202f305c21b4c50b8b9986 100644 (file)
@@ -55,6 +55,8 @@ class WXDLLIMPEXP_CORE wxDropTarget: public wxDropTargetBase
     virtual bool OnDrop(wxCoord x, wxCoord y);
     virtual wxDragResult OnData(wxCoord x, wxCoord y, wxDragResult def);
     virtual bool GetData();
+    // NOTE: This is needed by the generic wxDataViewCtrl, not sure how to implement. 
+    virtual wxDataFormat GetMatchingPair();
 
     bool CurrentDragHasSupportedFormat() ;
     void SetCurrentDragPasteboard( void* dragpasteboard ) { m_currentDragPasteboard = dragpasteboard ; }