summaryrefslogtreecommitdiff
path: root/gtk2_ardour/port_matrix.h
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2010-12-10 17:27:13 +0000
committerCarl Hetherington <carl@carlh.net>2010-12-10 17:27:13 +0000
commitfb0097ca793c9e65bd2ad14d453642bb7bc43ee9 (patch)
tree14055d56c935a2e694ff479a08207805dafef908 /gtk2_ardour/port_matrix.h
parent4a9a5dea2658bb6a88f2eb74e32b264586ce2e32 (diff)
Fix crash on mouseover.
git-svn-id: svn://localhost/ardour2/branches/3.0@8236 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/port_matrix.h')
-rw-r--r--gtk2_ardour/port_matrix.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk2_ardour/port_matrix.h b/gtk2_ardour/port_matrix.h
index 359b4540e3..d7776ca0cd 100644
--- a/gtk2_ardour/port_matrix.h
+++ b/gtk2_ardour/port_matrix.h
@@ -127,6 +127,8 @@ public:
bool should_show (ARDOUR::DataType) const;
uint32_t count_of_our_type (ARDOUR::ChanCount) const;
+ PortMatrixNode::State get_association (PortMatrixNode) const;
+
/** @param c Channels; where c[0] is from _ports[0] and c[1] is from _ports[1].
* @param s New state.
*/