summaryrefslogtreecommitdiffstats
path: root/include/ingen/DataAccess.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/ingen/DataAccess.hpp')
-rw-r--r--include/ingen/DataAccess.hpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/ingen/DataAccess.hpp b/include/ingen/DataAccess.hpp
index 49bb6102..1763c54f 100644
--- a/include/ingen/DataAccess.hpp
+++ b/include/ingen/DataAccess.hpp
@@ -21,7 +21,6 @@
#include "ingen/Node.hpp"
#include "ingen/Store.hpp"
#include "ingen/World.hpp"
-#include "ingen/memory.hpp"
#include "lilv/lilv.h"
#include "lv2/core/lv2.h"
#include "lv2/data-access/data-access.h"
@@ -41,7 +40,7 @@ struct DataAccess : public ingen::LV2Features::Feature
const char* uri() const override { return "http://lv2plug.in/ns/ext/data-access"; }
- SPtr<LV2_Feature> feature(World& world, Node* node) override {
+ std::shared_ptr<LV2_Feature> feature(World& world, Node* node) override {
Node* store_node = world.store()->get(node->path());
if (!store_node) {
return nullptr;