Can't call the wrong function when there's only one of them: remove ARDOUR::Parameter...
[ardour.git] / gtk2_ardour / curvetest.cc
index 9235fb9ba9e2414fa64a0fffa1af8d87775453ca..15195ff2a57f7594a453c724b945190b453f8162 100644 (file)
@@ -34,8 +34,8 @@ curvetest (string filename)
 {
        ifstream in (filename.c_str());
        stringstream line;
-       //Parameter param(GainAutomation, -1.0, +1.0, 0.0);
-       Parameter param(GainAutomation);
+       //Evoral::Parameter param(GainAutomation, -1.0, +1.0, 0.0);
+       Evoral::Parameter param(GainAutomation);
        AutomationList al (param);
        double minx = DBL_MAX;
        double maxx = DBL_MIN;