summaryrefslogtreecommitdiff
path: root/dgl/Window.hpp
diff options
context:
space:
mode:
authorfalkTX <falktx@gmail.com>2014-04-25 21:21:54 +0100
committerfalkTX <falktx@gmail.com>2014-04-25 21:21:54 +0100
commit0bff606f51cdb07b00456e996ac95047b47e9f02 (patch)
tree0088332c324c92b3dafb7b2782c052404dea4412 /dgl/Window.hpp
parentdcb7c09f68dc56460e88bad0eceea3d8c5e89117 (diff)
Fixing
Diffstat (limited to 'dgl/Window.hpp')
-rw-r--r--dgl/Window.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/dgl/Window.hpp b/dgl/Window.hpp
index 2d2cf57f..d78479e5 100644
--- a/dgl/Window.hpp
+++ b/dgl/Window.hpp
@@ -78,7 +78,7 @@ private:
void _removeWidget(Widget* const widget);
void _idle();
- DISTRHO_LEAK_DETECTOR(Window)
+ DISTRHO_DECLARE_NON_COPYABLE_WITH_LEAK_DETECTOR(Window)
};
// -----------------------------------------------------------------------