summaryrefslogtreecommitdiff
path: root/gtk2_ardour/time_axis_view.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtk2_ardour/time_axis_view.h')
-rw-r--r--gtk2_ardour/time_axis_view.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk2_ardour/time_axis_view.h b/gtk2_ardour/time_axis_view.h
index ae4d035af8..9d0c536a8f 100644
--- a/gtk2_ardour/time_axis_view.h
+++ b/gtk2_ardour/time_axis_view.h
@@ -37,7 +37,7 @@
#include <ardour/types.h>
#include <ardour/region.h>
-#include <ardour/parameter.h>
+#include <evoral/Parameter.hpp>
#include "prompter.h"
#include "axis_view.h"
@@ -230,7 +230,7 @@ class TimeAxisView : public virtual AxisView, public PBD::Stateful
/* call this on the parent */
- virtual XMLNode* get_automation_child_xml_node (ARDOUR::Parameter param) { return 0; }
+ virtual XMLNode* get_automation_child_xml_node (Evoral::Parameter param) { return 0; }
typedef std::vector<boost::shared_ptr<TimeAxisView> > Children;