remove extraneous 'r' from rec-enable buttons
[ardour.git] / gtk2_ardour / port_matrix_component.h
index 196a24b0c01333987d88a7e156a906a1e42bf3b7..a574d20341a2456c045a32e920a4232041b7cb02 100644 (file)
@@ -31,6 +31,7 @@ class PortGroup;
 class PortGroupList;
 
 namespace ARDOUR {
+       class Bundle;
        class BundleChannel;
 }
 
@@ -137,7 +138,7 @@ protected:
        }
 
        /** @return colour to paint grid squares when they can't be associated */
-       static Gdk::Color unknown_colour () {
+       static Gdk::Color non_connectable_colour () {
                return Gdk::Color ("#cccccc");
        }