]> 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 06fcfd6a677587eb1a7a8e79abab7f8562428254..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; }