first part of fixing up send/return metering ; make send-controlling faders work...
[ardour.git] / libs / ardour / gain.cc
index 741ac2b57a3e08824aa943c1307d339c21116138..62b96d345ec8e34d34ed2f6a3b4c9376ddab3868 100644 (file)
 
 */
 
-#include <ardour/gain.h>
+#include "ardour/gain.h"
 
 using namespace ARDOUR;
 
 Gain::Gain ()
-       : AutomationList (Parameter(GainAutomation))   /* XXX yuck; clamps gain to -inf .. +6db */
+       : AutomationList (Evoral::Parameter(GainAutomation))   /* XXX yuck; clamps gain to -inf .. +6db */
 {
 }