summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_selection.cc
diff options
context:
space:
mode:
Diffstat (limited to 'gtk2_ardour/editor_selection.cc')
-rw-r--r--gtk2_ardour/editor_selection.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/gtk2_ardour/editor_selection.cc b/gtk2_ardour/editor_selection.cc
index ca3197c533..0a7ad1958c 100644
--- a/gtk2_ardour/editor_selection.cc
+++ b/gtk2_ardour/editor_selection.cc
@@ -36,6 +36,7 @@
#include "automation_line.h"
#include "control_point.h"
#include "editor_regions.h"
+#include "editor_cursors.h"
#include "i18n.h"
@@ -1482,7 +1483,7 @@ Editor::select_all_selectables_using_cursor (EditorCursor *cursor, bool after)
if (after) {
begin_reversible_command (_("select all after cursor"));
- start = cursor->current_frame ;
+ start = cursor->current_frame;
end = _session->current_end_frame();
} else {
if (cursor->current_frame > 0) {