projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
replaced unnecessary #include with a forward decl
[wxWidgets.git]
/
include
/
wx
/
msw
/
ole
/
dataobj2.h
diff --git
a/include/wx/msw/ole/dataobj2.h
b/include/wx/msw/ole/dataobj2.h
index 7fdfa70f97b75c8ef14ba1ec0131c61432e8ee5c..6f3740d9726e8e2a8b0b4bb03b97cb0dc4721290 100644
(file)
--- a/
include/wx/msw/ole/dataobj2.h
+++ b/
include/wx/msw/ole/dataobj2.h
@@
-90,6
+90,9
@@
public:
// return the URL as string
wxString GetURL() const;
+ // Set a string as the URL in the data object
+ void SetURL(const wxString& url);
+
// override to set m_textFormat
virtual bool SetData(const wxDataFormat& format,
size_t len,