fix SNAFU in which Stripable::rec_enable_control() was incorrectly defined as ::recen...
[ardour.git] / libs / surfaces / mackie / mackie_control_protocol.cc
index 4ff195d40c9173686b60e77dfa90a15897be4dee..f7c76e89db4bc3ab090a8f3208d3394061da1be2 100644 (file)
@@ -2197,7 +2197,7 @@ MackieControlProtocol::down_controls (AutomationType p)
                break;
        case RecEnableAutomation:
                for (StripableList::iterator s = stripables.begin(); s != stripables.end(); ++s) {
-                       boost::shared_ptr<AutomationControl> ac = (*s)->recenable_control();
+                       boost::shared_ptr<AutomationControl> ac = (*s)->rec_enable_control();
                        if (ac) {
                                controls.push_back (ac);
                        }