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.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/gtk2_ardour/tempo_dialog.h b/gtk2_ardour/tempo_dialog.h
index ebb700e3e9..7e2f83de7c 100644
--- a/gtk2_ardour/tempo_dialog.h
+++ b/gtk2_ardour/tempo_dialog.h
@@ -43,10 +43,10 @@ public:
double get_bpm ();
double get_note_type ();
- bool get_bbt_time (ARDOUR::BBT_Time&);
+ bool get_bbt_time (Timecode::BBT_Time&);
private:
- void init (const ARDOUR::BBT_Time& start, double, double, bool);
+ void init (const Timecode::BBT_Time& start, double, double, bool);
void bpm_changed ();
bool bpm_button_press (GdkEventButton* );
bool bpm_button_release (GdkEventButton* );
@@ -75,10 +75,10 @@ public:
double get_bpb ();
double get_note_type ();
- bool get_bbt_time (ARDOUR::BBT_Time&);
+ bool get_bbt_time (Timecode::BBT_Time&);
private:
- void init (const ARDOUR::BBT_Time&, double, double, bool);
+ void init (const Timecode::BBT_Time&, double, double, bool);
bool entry_key_press (GdkEventKey* );
bool entry_key_release (GdkEventKey* );
void note_types_change ();