]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/dataobj.h
simplify Refresh() and Update()
[wxWidgets.git] / include / wx / dataobj.h
index 1dc04bef5512771e2098c7bfd8a149761e1cb6d7..ec7b0d76a4bcf2f10a37b6af40b281408215b1f2 100644 (file)
@@ -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