diff widgets/PropertyStack.cpp @ 587:4806715f7a19

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:27:05 +0100
parents f4960f8ce798
children d1c0abfb11be 25b3d5802e6e
line wrap: on
line diff
--- a/widgets/PropertyStack.cpp	Tue Jun 14 14:48:29 2011 +0100
+++ b/widgets/PropertyStack.cpp	Tue Jun 14 15:27:05 2011 +0100
@@ -80,7 +80,7 @@
     blockSignals(true);
 
 #ifdef DEBUG_PROPERTY_STACK
-    DEBUG << "PropertyStack::repopulate" << endl;
+    SVDEBUG << "PropertyStack::repopulate" << endl;
 #endif
     
     while (count() > 0) {