Mercurial > hg > svgui
diff widgets/CommandHistory.cpp @ 682:1a0dfcbffaf1
Drop std:: from cout, cerr, endl -- pull these in through Debug.h
author | Chris Cannam |
---|---|
date | Tue, 26 Nov 2013 14:06:40 +0000 |
parents | 4806715f7a19 |
children | 692a8b9804fe |
line wrap: on
line diff
--- a/widgets/CommandHistory.cpp Tue Nov 26 11:16:45 2013 +0000 +++ b/widgets/CommandHistory.cpp Tue Nov 26 14:06:40 2013 +0000 @@ -281,7 +281,7 @@ { if (m_currentCompound) { SVDEBUG << "CommandHistory::startCompoundOperation: ERROR: compound operation already in progress!" << endl; - std::cerr << "(name is " << m_currentCompound->getName().toLocal8Bit().data() << ")" << std::endl; + cerr << "(name is " << m_currentCompound->getName().toLocal8Bit().data() << ")" << endl; return; }