summaryrefslogtreecommitdiff
path: root/gtk2_ardour/port_matrix_types.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtk2_ardour/port_matrix_types.h')
-rw-r--r--gtk2_ardour/port_matrix_types.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/gtk2_ardour/port_matrix_types.h b/gtk2_ardour/port_matrix_types.h
index 15c40713b0..dafbc858b6 100644
--- a/gtk2_ardour/port_matrix_types.h
+++ b/gtk2_ardour/port_matrix_types.h
@@ -22,8 +22,9 @@
#include "ardour/bundle.h"
-struct PortMatrixNode
+class PortMatrixNode
{
+public:
PortMatrixNode () {}
PortMatrixNode (ARDOUR::BundleChannel r, ARDOUR::BundleChannel c) : row (r), column (c) {}