summaryrefslogtreecommitdiffstats
path: root/ingen/DataAccess.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'ingen/DataAccess.hpp')
-rw-r--r--ingen/DataAccess.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/ingen/DataAccess.hpp b/ingen/DataAccess.hpp
index 34b59a49..662b04e9 100644
--- a/ingen/DataAccess.hpp
+++ b/ingen/DataAccess.hpp
@@ -58,8 +58,8 @@ struct DataAccess : public ingen::LV2Features::Feature
data->data_access = desc->extension_data;
- return SPtr<LV2_Feature>(
- new LV2_Feature{ "http://lv2plug.in/ns/ext/data-access", data });
+ return make_shared<LV2_Feature>(
+ LV2_Feature{"http://lv2plug.in/ns/ext/data-access", data});
}
};