]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/clipbrd.cpp
allow a - at the beginning of a menu item (would become a separator by default)
[wxWidgets.git] / src / msw / clipbrd.cpp
index c3ed1b194b89ddf3354c7b988de9423796559fa7..9d351247651e1670efba85920b0a4d784b455383 100644 (file)
@@ -701,7 +701,7 @@ void wxClipboard::Close()
 #endif
 }
 
-bool wxClipboard::IsSupported( wxDataFormat format )
+bool wxClipboard::IsSupported( const wxDataFormat& format )
 {
     return wxIsClipboardFormatAvailable(format);
 }