make inclusion/exclusion of hidden children optional in Item::add_child_bounding_boxes
[ardour.git] / gtk2_ardour / port_matrix_types.h
index 15c40713b05e25901b701b8fd93a62c6d998bcc3..dafbc858b66d67a6b93385ed89f1799cb8a8e8fd 100644 (file)
@@ -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) {}