]> git.saurik.com Git - wxWidgets.git/blobdiff - src/os2/clipbrd.cpp
Applied patch to reenable single selection mode.
[wxWidgets.git] / src / os2 / clipbrd.cpp
index ed1f0d671705909044122f8120b1aa1cea528ee9..efb52d4ea3f99ff72fa3ef7322a2819cbefd3e24 100644 (file)
@@ -6,7 +6,7 @@
 // Created:     10/13/99
 // RCS-ID:      $Id$
 // Copyright:   (c) David Webster
-// Licence:     wxWidgets licence
+// Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 // For compilers that support precompilation, includes "wx.h".
@@ -532,7 +532,7 @@ void wxClipboard::Close()
     wxCloseClipboard();
 }
 
-bool wxClipboard::IsSupported( wxDataFormat format )
+bool wxClipboard::IsSupported( const wxDataFormat& format )
 {
     return wxIsClipboardFormatAvailable(format);
 }