Committed filthy mess of a working copy solely for moving between machines.
[ardour.git] / gtk2_ardour / editor_mouse.cc
index 1409da77a9f04404205efa320a588d300667275d..bca0942841cba936257b7770cefe1b7fe0c6feb1 100644 (file)
@@ -3417,7 +3417,7 @@ void
 Editor::show_verbose_time_cursor (jack_nframes_t frame, double offset, double xpos, double ypos) 
 {
        char buf[128];
-       SMPTE_Time smpte;
+       SMPTE::Time smpte;
        BBT_Time bbt;
        float secs;
 
@@ -3461,7 +3461,7 @@ void
 Editor::show_verbose_duration_cursor (jack_nframes_t start, jack_nframes_t end, double offset, double xpos, double ypos) 
 {
        char buf[128];
-       SMPTE_Time smpte;
+       SMPTE::Time smpte;
        BBT_Time sbbt;
        BBT_Time ebbt;
        float secs;