// the trace mask we use with wxLogTrace() - call
// wxLog::AddTraceMask(TRACE_CLIPBOARD) to enable the trace messages from here
// (there will be a *lot* of them!)
-static const wxChar *TRACE_CLIPBOARD = _T("clipboard");
+#define TRACE_CLIPBOARD _T("clipboard")
//-----------------------------------------------------------------------------
// reminder
while (m_waiting) gtk_main_iteration();
}
- if (m_data)
- {
- delete m_data;
- m_data = (wxDataObject*) NULL;
- }
+ delete m_data;
+ m_data = NULL;
#if wxUSE_THREADS
/* re-enable GUI threads */