From 74a3eb19f586e3548f59bb9ff9137703cdc45de8 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 3 Dec 2011 21:45:57 +0000 Subject: Don't expose canvas data structures. git-svn-id: http://svn.drobilla.net/lad/trunk/patchage@3775 a436a847-0d15-0410-975c-d299462d15a1 --- src/PatchageModule.hpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/PatchageModule.hpp') diff --git a/src/PatchageModule.hpp b/src/PatchageModule.hpp index 7b8c02d..56c7980 100644 --- a/src/PatchageModule.hpp +++ b/src/PatchageModule.hpp @@ -27,6 +27,7 @@ #include "StateManager.hpp" class Patchage; +class PatchagePort; class PatchageModule : public FlowCanvas::Module { @@ -40,6 +41,8 @@ public: bool show_menu(GdkEventButton* ev); void update_menu(); + PatchagePort* get_port(const std::string& name); + void load_location(); void menu_disconnect_all(); void show_dialog() {} -- cgit v1.2.1