]> git.sesse.net Git - kdenlive/blobdiff - src/timecode.h
Integrate with the required MLT hooks for getting Movit to work.
[kdenlive] / src / timecode.h
index 35a6f41e87df791254ceb6f7950fe68e0cee2be7..23469756bbb8f3f4daec0f8e623a63243100da1c 100644 (file)
@@ -55,7 +55,7 @@ public:
     const QString getTimecodeFromFrames(int frames) const;
     double fps() const;
     bool df() const;
-    const QString mask(GenTime t = GenTime()) const;
+    const QString mask(const GenTime &t = GenTime()) const;
     QString reformatSeparators(QString duration) const;
 
 private: