Mercurial > hg > svgui
diff widgets/TextAbbrev.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 | d39db4673676 |
line wrap: on
line diff
--- a/widgets/TextAbbrev.cpp Tue Nov 26 11:16:45 2013 +0000 +++ b/widgets/TextAbbrev.cpp Tue Nov 26 14:06:40 2013 +0000 @@ -263,7 +263,7 @@ // SVDEBUG << "TextAbbrev::getPrefixLength: prefix length is " << candidate << endl; // for (int i = 0; i < texts.size(); ++i) { -// std::cerr << texts[i].left(candidate) << "|" << texts[i].right(texts[i].length() - candidate) << std::endl; +// cerr << texts[i].left(candidate) << "|" << texts[i].right(texts[i].length() - candidate) << endl; // } return candidate;