From f6652f07ae2bfa9d7984c5b6feffd6479faec034 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Fri, 23 Jan 2009 21:24:11 +0000 Subject: Add global port matrix dialogs. git-svn-id: svn://localhost/ardour2/branches/3.0@4434 d708f5d6-7413-0410-9779-e7cbd77b26cf --- gtk2_ardour/io_selector.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'gtk2_ardour/io_selector.h') diff --git a/gtk2_ardour/io_selector.h b/gtk2_ardour/io_selector.h index fb12de36ba..8b49e5e2de 100644 --- a/gtk2_ardour/io_selector.h +++ b/gtk2_ardour/io_selector.h @@ -40,7 +40,7 @@ class IOSelector : public PortMatrix { uint32_t ); - bool get_state ( + State get_state ( boost::shared_ptr, uint32_t, boost::shared_ptr, @@ -70,7 +70,6 @@ class IOSelectorWindow : public ArdourDialog { public: IOSelectorWindow (ARDOUR::Session&, boost::shared_ptr, bool for_input, bool can_cancel = false); - ~IOSelectorWindow (); IOSelector& selector() { return _selector; } -- cgit v1.2.3