]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/ole/dataobj.h
tons of fixes for wxGTK/Univ - seems to work, more or less, now
[wxWidgets.git] / include / wx / msw / ole / dataobj.h
index dd2d0cf5038c4f1efa3517c8e3a0d8b6a9081f21..41b013a9e8335f5cdd4821b8e5cd1e07d7abbb39 100644 (file)
@@ -42,7 +42,7 @@ public:
 
 #ifdef __WXDEBUG__
     // function to return symbolic name of clipboard format (for debug messages)
-    static const char *GetFormatName(wxDataFormat format);
+    static const wxChar *GetFormatName(wxDataFormat format);
 
     #define wxGetFormatName(format) wxDataObject::GetFormatName(format)
 #else // !Debug