fix SNAFU in which Stripable::rec_enable_control() was incorrectly defined as ::recen...
[ardour.git] / libs / ardour / ardour / stripable.h
index cebe91a57658f4e8de357f7c5da8b4ef7c1dabb9..0ebd1f55ada02bf976261acabefdf9adb07d9209 100644 (file)
@@ -104,7 +104,7 @@ class LIBARDOUR_API Stripable : public SessionObject {
        virtual boost::shared_ptr<GainControl> trim_control() const = 0;
 
        virtual boost::shared_ptr<MonitorControl> monitoring_control() const = 0;
-       virtual boost::shared_ptr<AutomationControl> recenable_control() const { return boost::shared_ptr<AutomationControl>(); }
+       virtual boost::shared_ptr<AutomationControl> rec_enable_control() const { return boost::shared_ptr<AutomationControl>(); }
 
        /* "well-known" controls for panning. Any or all of these may return
          * null.