comparison base/TempDirectory.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 b867c07478be
comparison
equal deleted inserted replaced
689:573d45e9487b 690:1424aa29ae95
42 { 42 {
43 } 43 }
44 44
45 TempDirectory::~TempDirectory() 45 TempDirectory::~TempDirectory()
46 { 46 {
47 DEBUG << "TempDirectory::~TempDirectory" << endl; 47 SVDEBUG << "TempDirectory::~TempDirectory" << endl;
48 48
49 cleanup(); 49 cleanup();
50 } 50 }
51 51
52 void 52 void