summaryrefslogtreecommitdiffstats
path: root/src/gui/GraphView.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/GraphView.hpp')
-rw-r--r--src/gui/GraphView.hpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/gui/GraphView.hpp b/src/gui/GraphView.hpp
index 54d47c72..03569831 100644
--- a/src/gui/GraphView.hpp
+++ b/src/gui/GraphView.hpp
@@ -27,7 +27,6 @@
#include <gtkmm/toolitem.h>
#include "ingen/types.hpp"
-#include "raul/URI.hpp"
namespace Raul { class Atom; }
@@ -77,7 +76,7 @@ private:
void poly_changed();
void clear_clicked();
- void property_changed(const Raul::URI& predicate, const Atom& value);
+ void property_changed(const URI& predicate, const Atom& value);
App* _app;