From 8a7cc98bd39e95fbdab7bbb8e3e6e4aa351c219b Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 1 Aug 2020 16:34:02 +0200 Subject: Remove wrappers for standard memory functions --- src/gui/ingen_gui_lv2.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/gui/ingen_gui_lv2.cpp') diff --git a/src/gui/ingen_gui_lv2.cpp b/src/gui/ingen_gui_lv2.cpp index e1c1eef7..ce33f2ac 100644 --- a/src/gui/ingen_gui_lv2.cpp +++ b/src/gui/ingen_gui_lv2.cpp @@ -45,6 +45,7 @@ #include #include +#include #define INGEN_LV2_UI_URI INGEN_NS "GraphUIGtk2" @@ -168,7 +169,7 @@ instantiate(const LV2UI_Descriptor* descriptor, // Create a GraphBox for the root and set as the UI widget SPtr root = - ingen::dynamic_ptr_cast( + std::dynamic_pointer_cast( ui->app->store()->object(Raul::Path("/"))); ui->view = ingen::gui::GraphBox::create(*ui->app, root); ui->view->unparent(); -- cgit v1.2.1