From: Stefan Csomor Date: Tue, 20 Nov 2007 08:21:05 +0000 (+0000) Subject: readding trace constant X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/657309a52bd20b14d5a431a6d4d107fd76f9569a readding trace constant git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50104 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/mac/carbon/clipbrd.cpp b/src/mac/carbon/clipbrd.cpp index 260f070187..7acd5845f4 100644 --- a/src/mac/carbon/clipbrd.cpp +++ b/src/mac/carbon/clipbrd.cpp @@ -33,6 +33,10 @@ #include +// 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!) +#define TRACE_CLIPBOARD _T("clipboard") IMPLEMENT_DYNAMIC_CLASS(wxClipboard, wxObject)