X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2d120f8391920145647ec10e84629bc21fa9f1bb..e0272d05780ae2f150b6217fd20048a3e3d21c65:/src/motif/clipbrd.cpp?ds=inline diff --git a/src/motif/clipbrd.cpp b/src/motif/clipbrd.cpp index 8156b69bc7..21df675bf2 100644 --- a/src/motif/clipbrd.cpp +++ b/src/motif/clipbrd.cpp @@ -306,7 +306,7 @@ void wxClipboard::Close() wxCloseClipboard(); } -bool wxClipboard::IsSupportedFormat( wxDataFormat format, const wxString& WXUNUSED(id) ) +bool wxClipboard::IsSupported( wxDataFormat format) { return wxIsClipboardFormatAvailable(format); }