summaryrefslogtreecommitdiff
path: root/plugins/ZaMultiCompX2/ZaMultiCompX2UI.hpp
diff options
context:
space:
mode:
authorfalkTX <falktx@gmail.com>2014-04-26 03:43:15 +0100
committerfalkTX <falktx@gmail.com>2014-04-26 03:43:15 +0100
commit9cd885cb796a97e35a78272e8183200248d590f1 (patch)
treed19abeb2e07944c86813043bde6e6ca888c065aa /plugins/ZaMultiCompX2/ZaMultiCompX2UI.hpp
parent35b54614b076284590756ea903c9ee4dc955672a (diff)
Fix Windows build
Diffstat (limited to 'plugins/ZaMultiCompX2/ZaMultiCompX2UI.hpp')
-rw-r--r--plugins/ZaMultiCompX2/ZaMultiCompX2UI.hpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/plugins/ZaMultiCompX2/ZaMultiCompX2UI.hpp b/plugins/ZaMultiCompX2/ZaMultiCompX2UI.hpp
index 8844f7f..67ffcb1 100644
--- a/plugins/ZaMultiCompX2/ZaMultiCompX2UI.hpp
+++ b/plugins/ZaMultiCompX2/ZaMultiCompX2UI.hpp
@@ -32,7 +32,6 @@
using DGL::Image;
using DGL::ImageKnob;
using DGL::ImageToggle;
-using DGL::Rectangle;
START_NAMESPACE_DISTRHO
@@ -129,7 +128,7 @@ private:
Image fLedYellowImg;
float fLedYellowValueL;
float fLedYellowValueR;
- Rectangle<int> fCanvasArea;
+ DGL::Rectangle<int> fCanvasArea;
float fThresh[MAX_COMP];
float fRatio;
float fKnee;