traces of my debugging session, no real changes

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11384 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2001-08-15 14:27:22 +00:00
parent d7eee191c5
commit c5639a8767
3 changed files with 32 additions and 9 deletions

View File

@@ -633,7 +633,7 @@ bool wxClipboard::GetData( wxDataObject& data )
// build the list of supported formats
size_t nFormats = data.GetFormatCount(wxDataObject::Set);
wxDataFormat format;
wxDataFormat *formats;
wxDataFormat *formats;
if ( nFormats == 1 )
{
// the most common case