NO-OP: whitespace
[ardour.git] / gtk2_ardour / global_port_matrix.h
index d45a6390938c067f6d10bb10640b62da3c3b50a1..3def23a6a3d6c47c7f47d64d33931bbc015d04ea 100644 (file)
@@ -46,8 +46,8 @@ public:
 private:
        /* see PortMatrix: signal flow from 0 to 1 (out to in) */
        enum {
-               OUT = 0,
-               IN = 1,
+               FLOW_OUT = 0,
+               FLOW_IN = 1,
        };
 };