summaryrefslogtreecommitdiff
path: root/gtk2_ardour/global_port_matrix.h
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2010-07-20 17:56:02 +0000
committerCarl Hetherington <carl@carlh.net>2010-07-20 17:56:02 +0000
commit12e3fb454145be52ddc82871bedf19b5c32d1c39 (patch)
tree957bff08aba25a0bb7e7739dbd15f444bc78450a /gtk2_ardour/global_port_matrix.h
parent2aaec8beeba0f694c945afe06147d4924587f67c (diff)
Fix a few dialogues which don't reset their session pointer correctly on a new session. Fixes #3342.
git-svn-id: svn://localhost/ardour2/branches/3.0@7451 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/global_port_matrix.h')
-rw-r--r--gtk2_ardour/global_port_matrix.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk2_ardour/global_port_matrix.h b/gtk2_ardour/global_port_matrix.h
index 0ce77f74c3..734c2ff609 100644
--- a/gtk2_ardour/global_port_matrix.h
+++ b/gtk2_ardour/global_port_matrix.h
@@ -56,6 +56,8 @@ class GlobalPortMatrixWindow : public Gtk::Window
public:
GlobalPortMatrixWindow (ARDOUR::Session *, ARDOUR::DataType);
+ void set_session (ARDOUR::Session *);
+
private:
void on_show ();