diff --git a/distrho/src/DistrhoUIInternal.hpp b/distrho/src/DistrhoUIInternal.hpp index af2764e8..c4e0004e 100644 --- a/distrho/src/DistrhoUIInternal.hpp +++ b/distrho/src/DistrhoUIInternal.hpp @@ -137,7 +137,7 @@ public: #if DISTRHO_PLUGIN_HAS_EXTERNAL_UI uiData->window->getGeometryConstraints(minimumWidth, minimumHeight, keepAspectRatio); #else - const Size size(uiData->window->getGeometryConstraints(keepAspectRatio)); + const DGL_NAMESPACE::Size size(uiData->window->getGeometryConstraints(keepAspectRatio)); minimumWidth = size.getWidth(); minimumHeight = size.getHeight(); #endif