X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/98ecad062135d7821740d9c92a9a61e1a676854b..6cab4fcac7fe26d9ae5a1d29066e0893d689bb38:/include/wx/dataobj.h?ds=sidebyside diff --git a/include/wx/dataobj.h b/include/wx/dataobj.h index 1dc04bef55..ec7b0d76a4 100644 --- a/include/wx/dataobj.h +++ b/include/wx/dataobj.h @@ -297,7 +297,7 @@ public: protected: // returns the pointer to the object which supports this format or NULL - wxDataObjectSimple *GetObject(const wxDataFormat& format) const; + wxDataObjectSimple *GetObject(const wxDataFormat& format, wxDataObjectBase::Direction dir=Get) const; private: // the list of all (simple) data objects whose formats we support