fix another XML typo
[ardour.git] / libs / ardour / amp.cc
index 49570bb511226d92c11e26be2bbe248c701c7e05..d5b9f56ca5f932a7ddc67eaeada5668815c1e2e5 100644 (file)
@@ -39,7 +39,7 @@ using namespace PBD;
 // used for low-pass filter denormal protection
 #define GAIN_COEFF_TINY (1e-10) // -200dB
 
-Amp::Amp (Session& s, const std::string& name, boost::shared_ptr<AutomationControl> gc, bool control_midi_also)
+Amp::Amp (Session& s, const std::string& name, boost::shared_ptr<GainControl> gc, bool control_midi_also)
        : Processor(s, "Amp")
        , _apply_gain(true)
        , _apply_gain_automation(false)