]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/clipbrd.cpp
removed gtk.h include
[wxWidgets.git] / src / msw / clipbrd.cpp
index 49cc833ca9d30dcbaf5dcea1f074b46867a96aee..9d351247651e1670efba85920b0a4d784b455383 100644 (file)
@@ -665,7 +665,7 @@ bool wxClipboard::AddData( wxDataObject *data )
         {
 #if 1
             // TODO
-            wxLogError("Not implemented because wxMetafileDataObject does not contain width and height values.");
+            wxLogError(wxT("Not implemented because wxMetafileDataObject does not contain width and height values."));
             return FALSE;
 #else
             wxMetafileDataObject* metaFileDataObject =
@@ -701,7 +701,7 @@ void wxClipboard::Close()
 #endif
 }
 
-bool wxClipboard::IsSupported( wxDataFormat format )
+bool wxClipboard::IsSupported( const wxDataFormat& format )
 {
     return wxIsClipboardFormatAvailable(format);
 }