change the use of "SMPTE" to "Timecode" to reflect the global economy and the end...
[ardour.git] / libs / ardour / ardour / element_importer.h
index 9d2d9cc0de0b47e6e466b4b5bb8f76d7e1c00139..396ac8358d5cb1b1660f77770ee2d3ed8e51b46a 100644 (file)
@@ -110,8 +110,8 @@ class ElementImporter
        /// The sample rate of the session from which we are importing
        nframes_t sample_rate;
 
-       /// Converts smpte time to a string
-       std::string smpte_to_string (SMPTE::Time & time) const;
+       /// Converts timecode time to a string
+       std::string timecode_to_string (Timecode::Time & time) const;
 
        /// Converts samples so that times match the sessions sample rate
        nframes_t rate_convert_samples (nframes_t samples) const;