Fix quantization and other time-related ops.
[ardour.git] / gtk2_ardour / tempo_dialog.h
index 9e97afa98db767454850c8fb5a3ac3b37472a21f..616be2433e3cf4c0d4cf49dc6ae19c02d6bf0c69 100644 (file)
@@ -57,7 +57,7 @@ private:
        typedef std::map<std::string,float> NoteTypes;
        NoteTypes note_types;
 
-       struct timeval last_tap;
+       gint64 last_tap;
        double average_interval;
 
        Gtk::ComboBoxText pulse_selector;