fix typo ndef, NDEBUG
authorRobin Gareus <robin@gareus.org>
Mon, 3 Feb 2014 19:25:05 +0000 (20:25 +0100)
committerRobin Gareus <robin@gareus.org>
Mon, 3 Feb 2014 19:25:05 +0000 (20:25 +0100)
gtk2_ardour/plugin_ui.cc

index dcf89da4daf4d3e587d53c98e1cd722e6f37f92b..bb3cafb4cf10e079e1a7cc9cf12d4d4c5eba75d6 100644 (file)
@@ -161,7 +161,7 @@ PluginUIWindow::PluginUIWindow (
 
 PluginUIWindow::~PluginUIWindow ()
 {
-#ifdef NDEBUG
+#ifndef NDEBUG
        cerr << "PluginWindow deleted for " << this << endl;
 #endif
        delete _pluginui;