summaryrefslogtreecommitdiff
path: root/libs/timecode/timecode
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2012-10-14 16:17:40 +0000
committerRobin Gareus <robin@gareus.org>2012-10-14 16:17:40 +0000
commit96f035e629519965e4b36a029fa5ce3f16a1c0b7 (patch)
treefbe9526eb1aa7c002d1b37d34a29961cc5694c0f /libs/timecode/timecode
parenta9c9d5072c9d206616e599b49a7be8317623271a (diff)
formatting timecode: use a semicolon to indicate DF
git-svn-id: svn://localhost/ardour2/branches/3.0@13272 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/timecode/timecode')
-rw-r--r--libs/timecode/timecode/time.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/timecode/timecode/time.h b/libs/timecode/timecode/time.h
index b1d34eebb8..8166ba8f39 100644
--- a/libs/timecode/timecode/time.h
+++ b/libs/timecode/timecode/time.h
@@ -102,7 +102,7 @@ bool timecode_has_drop_frames(TimecodeFormat const t);
std::string timecode_format_name (TimecodeFormat const t);
-std::string timecode_format_time (Timecode::Time& timecode);
+std::string timecode_format_time (Timecode::Time const timecode);
std::string timecode_format_sampletime (
int64_t sample,