]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/ole/dataobj.h
char handling fixed again
[wxWidgets.git] / include / wx / msw / ole / dataobj.h
index 2863c15dd3579ef0546276baf8d2b611c976d00d..9ffe673ffe8dc2c0ea0da4eb3963e90745d92c7a 100644 (file)
@@ -87,7 +87,7 @@ class WXDLLEXPORT wxTextDataObject : public wxDataObject
 {
 public:
   // ctors
-  wxTextDataObject();
+  wxTextDataObject() { }
   wxTextDataObject(const wxString& strText) : m_strText(strText) { }
   void Init(const wxString& strText) { m_strText = strText; }
 
@@ -151,5 +151,7 @@ private:
 // wxMetaFileDataObject: see metafile.h is a specialization of wxDataObject for bitmap data
 // ----------------------------------------------------------------------------
 
+// TODO: wxFileDataObject.
+
 #endif  //_WX_OLEDATAOBJ_H