#include "wx/metafile.h"
#include "wx/clipbrd.h"
#include "wx/intl.h"
+#include "wx/log.h"
#include "wx/mac/private.h"
#ifndef __DARWIN__
wxCHECK_MSG( data, FALSE, wxT("data is invalid") );
- wxDataFormat format = data->GetPreferredFormat();
-
/* we can only store one wxDataObject */
Clear();
{
wxCHECK_MSG( m_open, FALSE, wxT("clipboard not open") );
- int formatcount = data.GetFormatCount() + 1 ;
+ size_t formatcount = data.GetFormatCount() + 1 ;
wxDataFormat *array = new wxDataFormat[ formatcount ];
array[0] = data.GetPreferredFormat();
data.GetAllFormats( &array[1] );