X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=gtk2_ardour%2Fport_matrix_types.h;h=dafbc858b66d67a6b93385ed89f1799cb8a8e8fd;hb=3c99ab0fb9da161bbce2ce6f02fb0607b1a2d2bb;hp=15c40713b05e25901b701b8fd93a62c6d998bcc3;hpb=95e4f7558b6d9616ef2180682a8c203c2226261b;p=ardour.git 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) {}