megaopus patch #2 for today: remove nframes64_t and sframes_t from source
[ardour.git] / gtk2_ardour / editor_keys.cc
index 0d46665782f8bf74d4861dc3eda786c0e0e39742..2ef22c827395acbce0f36d7b8215ba8fdb4b3e16 100644 (file)
@@ -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;