fixed missing kDEBUG2 error in trunk and 1.4

This commit is contained in:
Nick Bolton 2011-05-12 22:34:38 +00:00
parent 81b5124e58
commit 52edb17015
1 changed files with 1 additions and 1 deletions

View File

@ -1073,7 +1073,7 @@ CXWindowsClipboard::sendReply(CReply* reply)
// log. we've seen what appears to be a bug in lesstif and
// knowing the properties may help design a workaround, if
// it becomes necessary.
if (CLOG->getFilter() >= CLog::kDEBUG2) {
if (CLOG->getFilter() >= kDEBUG2) {
CXWindowsUtil::CErrorLock lock(m_display);
int n;
Atom* props = XListProperties(m_display, reply->m_requestor, &n);