From 44f7ad5222d824d81dc743045d5887418847e74e Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 21 Jan 2018 00:41:34 +0100 Subject: Add URI class and remove use of Raul::URI --- src/gui/GraphView.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gui/GraphView.cpp') diff --git a/src/gui/GraphView.cpp b/src/gui/GraphView.cpp index cb722066..e6361249 100644 --- a/src/gui/GraphView.cpp +++ b/src/gui/GraphView.cpp @@ -135,7 +135,7 @@ GraphView::poly_changed() } void -GraphView::property_changed(const Raul::URI& predicate, const Atom& value) +GraphView::property_changed(const URI& predicate, const Atom& value) { _enable_signal = false; if (predicate == _app->uris().ingen_enabled) { -- cgit v1.2.1