Mercurial > hg > svgui
diff widgets/CSVFormatDialog.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 | d8bd193ad17d |
children | cdafb1a438e8 |
line wrap: on
line diff
--- a/widgets/CSVFormatDialog.cpp Tue Nov 26 11:16:45 2013 +0000 +++ b/widgets/CSVFormatDialog.cpp Tue Nov 26 14:06:40 2013 +0000 @@ -31,6 +31,8 @@ #include <iostream> +#include "base/Debug.h" + CSVFormatDialog::CSVFormatDialog(QWidget *parent, CSVFormat format, int maxDisplayCols) : QDialog(parent), @@ -290,8 +292,8 @@ if (thisChanged) { - std::cerr << "i == " << i << ", fuzzy == " << m_fuzzyColumn - << ", p == " << p << std::endl; + cerr << "i == " << i << ", fuzzy == " << m_fuzzyColumn + << ", p == " << p << endl; if (i == m_fuzzyColumn) { for (int j = i; j < m_format.getColumnCount(); ++j) {