summaryrefslogtreecommitdiffstats
path: root/src/gui/PortMenu.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/PortMenu.hpp')
-rw-r--r--src/gui/PortMenu.hpp7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/gui/PortMenu.hpp b/src/gui/PortMenu.hpp
index 8cb069f7..9ff632bf 100644
--- a/src/gui/PortMenu.hpp
+++ b/src/gui/PortMenu.hpp
@@ -20,7 +20,6 @@
#include "ObjectMenu.hpp"
#include "ingen/client/PortModel.hpp"
-#include "ingen/memory.hpp"
#include <gtkmm/builder.h>
#include <gtkmm/menu.h>
@@ -39,9 +38,9 @@ public:
PortMenu(BaseObjectType* cobject,
const Glib::RefPtr<Gtk::Builder>& xml);
- void init(App& app,
- SPtr<const client::PortModel> port,
- bool internal_graph_port = false);
+ void init(App& app,
+ std::shared_ptr<const client::PortModel> port,
+ bool internal_graph_port = false);
private:
void on_menu_disconnect() override;