From ede4ecbb00ecc866c502454c81e711baea780ccd Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Fri, 17 Sep 2010 18:20:37 +0000 Subject: megaopus patch #2 for today: remove nframes64_t and sframes_t from source git-svn-id: svn://localhost/ardour2/branches/3.0@7792 d708f5d6-7413-0410-9779-e7cbd77b26cf --- gtk2_ardour/editor_keys.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gtk2_ardour/editor_keys.cc') diff --git a/gtk2_ardour/editor_keys.cc b/gtk2_ardour/editor_keys.cc index 0d46665782..2ef22c8273 100644 --- a/gtk2_ardour/editor_keys.cc +++ b/gtk2_ardour/editor_keys.cc @@ -43,7 +43,7 @@ Editor::keyboard_selection_finish (bool add) { if (_session && have_pending_keyboard_selection) { - nframes64_t end; + framepos_t end; bool ignored; if (_session->transport_rolling()) { @@ -73,7 +73,7 @@ Editor::keyboard_selection_begin () have_pending_keyboard_selection = true; } else { bool ignored; - nframes64_t where; // XXX fix me + framepos_t where; // XXX fix me if (mouse_frame (where, ignored)) { pending_keyboard_selection_start = where; -- cgit v1.2.3