wxClipboard changes compilation fixes

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27919 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík
2004-06-21 08:54:35 +00:00
parent ef6d716b00
commit 2af18715e5
4 changed files with 6 additions and 6 deletions

View File

@@ -701,7 +701,7 @@ void wxClipboard::Close()
#endif
}
bool wxClipboard::IsSupported( wxDataFormat format )
bool wxClipboard::IsSupported( const wxDataFormat& format )
{
return wxIsClipboardFormatAvailable(format);
}