Mercurial > hg > svgui
diff widgets/TextAbbrev.cpp @ 706:97ea68f62c1f imaf_enc
Merge from default branch
author | Chris Cannam |
---|---|
date | Thu, 05 Dec 2013 09:47:02 +0000 |
parents | 1a0dfcbffaf1 |
children | d39db4673676 |
line wrap: on
line diff
--- a/widgets/TextAbbrev.cpp Mon Nov 04 17:12:32 2013 +0000 +++ b/widgets/TextAbbrev.cpp Thu Dec 05 09:47:02 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;