fix typo ndef, NDEBUG
This commit is contained in:
parent
371e8bdb55
commit
4818621a27
@ -161,7 +161,7 @@ PluginUIWindow::PluginUIWindow (
|
||||
|
||||
PluginUIWindow::~PluginUIWindow ()
|
||||
{
|
||||
#ifdef NDEBUG
|
||||
#ifndef NDEBUG
|
||||
cerr << "PluginWindow deleted for " << this << endl;
|
||||
#endif
|
||||
delete _pluginui;
|
||||
|
Loading…
Reference in New Issue
Block a user