Factor out grid beat divisions.
[ardour.git] / gtk2_ardour / insert_time_dialog.h
index 06fbc32b7e4913b521922bac51fcbf0a0e2c241b..3c365c1f6b64dbaddfc59d75ff88809d5063f8bd 100644 (file)
@@ -47,5 +47,6 @@ private:
        Gtk::CheckButton _move_glued_markers;
        Gtk::CheckButton _move_locked_markers;
        Gtk::CheckButton _move_tempos;
+       Gtk::Label tempo_label;
        AudioClock _clock;
 };