]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/ole/dataobj2.h
added a menu command to switch between clipboard and primary selection
[wxWidgets.git] / include / wx / msw / ole / dataobj2.h
index f69c3761271fa9157aa43b19b18c37ad15c9fa80..8389942302c1514de666733afe18623aca9070a7 100644 (file)
@@ -122,7 +122,8 @@ private:
 class WXDLLEXPORT wxURLDataObject : public wxDataObjectComposite
 {
 public:
-    wxURLDataObject();
+    // initialize with URL in ctor or use SetURL later
+    wxURLDataObject(const wxString& url = wxEmptyString);
 
     // return the URL as string
     wxString GetURL() const;