13
0

fix typo ndef, NDEBUG

This commit is contained in:
Robin Gareus 2014-02-03 20:25:05 +01:00
parent 371e8bdb55
commit 4818621a27

View File

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