comparison data/fileio/MatchFileReader.cpp @ 690:1424aa29ae95

Seems to be a bad idea to use plain DEBUG symbol on OS/X (system wants it)
author Chris Cannam
date Tue, 14 Jun 2011 15:26:52 +0100
parents 06f13a3b9e9e
children e802e550a1f2
comparison
equal deleted inserted replaced
689:573d45e9487b 690:1424aa29ae95
84 } 84 }
85 85
86 MatchFileReader::~MatchFileReader() 86 MatchFileReader::~MatchFileReader()
87 { 87 {
88 if (m_file) { 88 if (m_file) {
89 DEBUG << "MatchFileReader::MatchFileReader: Closing file" << endl; 89 SVDEBUG << "MatchFileReader::MatchFileReader: Closing file" << endl;
90 m_file->close(); 90 m_file->close();
91 } 91 }
92 delete m_file; 92 delete m_file;
93 } 93 }
94 94