summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_ops.cc
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2016-04-09 00:33:03 +0200
committerRobin Gareus <robin@gareus.org>2016-04-09 00:33:03 +0200
commitec0ec952623f9593a5d6aa51b72283e34dcd9428 (patch)
treedd3522f33ccbc706e7df827284f3f4b065150832 /gtk2_ardour/editor_ops.cc
parent024cf58c054077ce4baa290d78bd70649b027dd5 (diff)
change const some functions to const. (prepare lua bindings)
Diffstat (limited to 'gtk2_ardour/editor_ops.cc')
-rw-r--r--gtk2_ardour/editor_ops.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/editor_ops.cc b/gtk2_ardour/editor_ops.cc
index 12a7f2ac91..d538652335 100644
--- a/gtk2_ardour/editor_ops.cc
+++ b/gtk2_ardour/editor_ops.cc
@@ -1921,7 +1921,7 @@ Editor::temporal_zoom_region (bool both_axes)
bool
-Editor::get_selection_extents ( framepos_t &start, framepos_t &end )
+Editor::get_selection_extents (framepos_t &start, framepos_t &end) const
{
start = max_framepos;
end = 0;