Mercurial > hg > svcore
diff rdf/RDFFeatureWriter.cpp @ 843:e802e550a1f2
Drop std:: from cout, cerr, endl -- pull these in through Debug.h
author | Chris Cannam |
---|---|
date | Tue, 26 Nov 2013 13:35:08 +0000 |
parents | 31ab733841d0 |
children | 06579b8ffb7b |
line wrap: on
line diff
--- a/rdf/RDFFeatureWriter.cpp Tue Nov 26 11:16:37 2013 +0000 +++ b/rdf/RDFFeatureWriter.cpp Tue Nov 26 13:35:08 2013 +0000 @@ -263,7 +263,7 @@ // dirty grubby low-rent way of doing that. This function is // called by FileFeatureWriter::getOutputFile when in append mode. -// std::cerr << "reviewFileForAppending(" << filename << ")" << std::endl; +// cerr << "reviewFileForAppending(" << filename << ")" << endl; QFile file(filename);