summaryrefslogtreecommitdiff
path: root/gtk2_ardour/public_editor.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2007-11-12 15:01:56 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2007-11-12 15:01:56 +0000
commit0901000abb9bf6feffecfb72c7d804fe52939293 (patch)
tree070cb6a0153b9a9cb0a42228852643dbbb688775 /gtk2_ardour/public_editor.h
parentea81cb17bc452f1c2f0039e9e45f2025348e829a (diff)
add arrow head to selected marker line; fix no-import-embed when selecting "use timestamp"; make split/align use edit point and other integrated editing changes
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2621 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/public_editor.h')
-rw-r--r--gtk2_ardour/public_editor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/public_editor.h b/gtk2_ardour/public_editor.h
index 3badc327e6..bd8e71f269 100644
--- a/gtk2_ardour/public_editor.h
+++ b/gtk2_ardour/public_editor.h
@@ -155,7 +155,7 @@ class PublicEditor : public Gtk::Window, public PBD::StatefulThingWithGoingAway
virtual void remove_last_capture () = 0;
virtual void maximise_editing_space() = 0;
virtual void restore_editing_space() = 0;
- virtual nframes64_t get_preferred_edit_position () const = 0;
+ virtual nframes64_t get_preferred_edit_position () = 0;
sigc::signal<void> ZoomFocusChanged;
sigc::signal<void> ZoomChanged;