summaryrefslogtreecommitdiffstats
path: root/ingen/Builder.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'ingen/Builder.hpp')
-rw-r--r--ingen/Builder.hpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/ingen/Builder.hpp b/ingen/Builder.hpp
index 96096b3d..728a5cb9 100644
--- a/ingen/Builder.hpp
+++ b/ingen/Builder.hpp
@@ -17,7 +17,7 @@
#ifndef INGEN_BUILDER_HPP
#define INGEN_BUILDER_HPP
-#include "raul/SharedPtr.hpp"
+#include "ingen/types.hpp"
namespace Ingen {
@@ -35,8 +35,8 @@ public:
Builder(URIs& uris, Interface& interface);
virtual ~Builder() {}
- void build(SharedPtr<const Node> object);
- void connect(SharedPtr<const Node> object);
+ void build(SPtr<const Node> object);
+ void connect(SPtr<const Node> object);
private:
URIs& _uris;