summaryrefslogtreecommitdiffstats
path: root/src/gui/GraphWindow.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/GraphWindow.hpp')
-rw-r--r--src/gui/GraphWindow.hpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gui/GraphWindow.hpp b/src/gui/GraphWindow.hpp
index a45177ce..bbb25a27 100644
--- a/src/gui/GraphWindow.hpp
+++ b/src/gui/GraphWindow.hpp
@@ -21,7 +21,7 @@
#include <gtkmm/builder.h>
-#include "raul/SharedPtr.hpp"
+#include "ingen/types.hpp"
#include "GraphBox.hpp"
#include "Window.hpp"
@@ -48,8 +48,8 @@ public:
void init_window(App& app);
- SharedPtr<const Client::GraphModel> graph() const { return _box->graph(); }
- GraphBox* box() const { return _box; }
+ SPtr<const Client::GraphModel> graph() const { return _box->graph(); }
+ GraphBox* box() const { return _box; }
bool documentation_is_visible() { return _box->documentation_is_visible(); }