summaryrefslogtreecommitdiff
path: root/libs/pbd/pbd/convert.h
diff options
context:
space:
mode:
Diffstat (limited to 'libs/pbd/pbd/convert.h')
-rw-r--r--libs/pbd/pbd/convert.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/libs/pbd/pbd/convert.h b/libs/pbd/pbd/convert.h
index e838b756bc..55006529ae 100644
--- a/libs/pbd/pbd/convert.h
+++ b/libs/pbd/pbd/convert.h
@@ -31,7 +31,8 @@ int atoi (const std::string&);
double atof (const std::string&);
void url_decode (std::string&);
-std::string length2string (const int32_t frames, const float sample_rate);
+// std::string length2string (const int32_t frames, const float sample_rate);
+std::string length2string (const int64_t frames, const double sample_rate);
std::vector<std::string> internationalize (const char *, const char **);