add GotoWallClock command; switch Editor class to use nframes64_t throughout; fix...
[ardour.git] / gtk2_ardour / editor_cursors.cc
index 239d27d4f98dd413358e755f9100cc016c083117..54786bcebf8c480327421f016b2a4a4d6b8afca9 100644 (file)
@@ -61,7 +61,7 @@ Editor::Cursor::~Cursor ()
 }
 
 void
-Editor::Cursor::set_position (nframes_t frame)
+Editor::Cursor::set_position (nframes64_t frame)
 {
        double new_pos =  editor.frame_to_unit (frame);