summaryrefslogtreecommitdiff
path: root/gtk2_ardour/tempo_dialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtk2_ardour/tempo_dialog.h')
-rw-r--r--gtk2_ardour/tempo_dialog.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/tempo_dialog.h b/gtk2_ardour/tempo_dialog.h
index 9e97afa98d..616be2433e 100644
--- a/gtk2_ardour/tempo_dialog.h
+++ b/gtk2_ardour/tempo_dialog.h
@@ -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;