summaryrefslogtreecommitdiff
path: root/libs/ardour/element_importer.cc
diff options
context:
space:
mode:
Diffstat (limited to 'libs/ardour/element_importer.cc')
-rw-r--r--libs/ardour/element_importer.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/ardour/element_importer.cc b/libs/ardour/element_importer.cc
index 4438985586..c02b841ea7 100644
--- a/libs/ardour/element_importer.cc
+++ b/libs/ardour/element_importer.cc
@@ -79,7 +79,7 @@ ElementImporter::cancel_move ()
}
string
-ElementImporter::smpte_to_string(SMPTE::Time & time) const
+ElementImporter::timecode_to_string(Timecode::Time & time) const
{
std::ostringstream oss;
oss << std::setfill('0') << std::right <<