Mercurial > hg > svgui
comparison 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 |
comparison
equal
deleted
inserted
replaced
681:eaf4446a1bef | 682:1a0dfcbffaf1 |
---|---|
261 } | 261 } |
262 } | 262 } |
263 | 263 |
264 // SVDEBUG << "TextAbbrev::getPrefixLength: prefix length is " << candidate << endl; | 264 // SVDEBUG << "TextAbbrev::getPrefixLength: prefix length is " << candidate << endl; |
265 // for (int i = 0; i < texts.size(); ++i) { | 265 // for (int i = 0; i < texts.size(); ++i) { |
266 // std::cerr << texts[i].left(candidate) << "|" << texts[i].right(texts[i].length() - candidate) << std::endl; | 266 // cerr << texts[i].left(candidate) << "|" << texts[i].right(texts[i].length() - candidate) << endl; |
267 // } | 267 // } |
268 | 268 |
269 return candidate; | 269 return candidate; |
270 } | 270 } |
271 | 271 |