diff options
Diffstat (limited to 'src/Log.cpp')
-rw-r--r-- | src/Log.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Log.cpp b/src/Log.cpp index bc11fe3d..e05caa21 100644 --- a/src/Log.cpp +++ b/src/Log.cpp @@ -162,7 +162,7 @@ Log::Feature::feature(World& world, Node* block) f->URI = LV2_LOG__log; f->data = &handle->lv2_log; - return std::shared_ptr<LV2_Feature>(f, &free_log_feature); + return {f, &free_log_feature}; } } // namespace ingen |