summaryrefslogtreecommitdiff
path: root/gtk2_ardour/automation_line.h
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2010-07-31 00:44:26 +0000
committerCarl Hetherington <carl@carlh.net>2010-07-31 00:44:26 +0000
commit97c8ad6564b90e13db6e598e6fc142f1d1f67246 (patch)
treeefbfb1e7c2db92a697cac1f1297cbe518c2153f9 /gtk2_ardour/automation_line.h
parent1f07948972ca1cac5854539268ca3b290b79c671 (diff)
Make Clear option work for MIDI automation tracks. Fixes part of #3137.
git-svn-id: svn://localhost/ardour2/branches/3.0@7523 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/automation_line.h')
-rw-r--r--gtk2_ardour/automation_line.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/automation_line.h b/gtk2_ardour/automation_line.h
index 2b63cb1295..7fcad9a4f8 100644
--- a/gtk2_ardour/automation_line.h
+++ b/gtk2_ardour/automation_line.h
@@ -64,7 +64,7 @@ class AutomationLine : public sigc::trackable, public PBD::StatefulDestructible
void queue_reset ();
void reset ();
- void clear();
+ void clear ();
std::list<ControlPoint*> point_selection_to_control_points (PointSelection const &);
void set_selected_points (PointSelection&);