summaryrefslogtreecommitdiffstats
path: root/src/gui/Controls.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/Controls.cpp')
-rw-r--r--src/gui/Controls.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/Controls.cpp b/src/gui/Controls.cpp
index e31c8d52..786e5b49 100644
--- a/src/gui/Controls.cpp
+++ b/src/gui/Controls.cpp
@@ -214,7 +214,7 @@ SliderControl::port_property_changed(const URI& key, const Atom& value)
{
_enable_signal = false;
- const Shared::LV2URIMap& uris = App::instance().uris();
+ const Shared::URIs& uris = App::instance().uris();
if (key == uris.lv2_minimum && value.type() == Atom::FLOAT)
set_range(value.get_float(), _slider->get_adjustment()->get_upper());
else if (key == uris.lv2_maximum && value.type() == Atom::FLOAT)