]> git.sesse.net Git - kdenlive/blobdiff - src/timecode.h
krazy fix: add explicit to declarations
[kdenlive] / src / timecode.h
index b2c1c31aa4f3353e8013a424948b1c7fac714ca8..df31701e49e8ff9cb7f825029693a61e706569ee 100644 (file)
@@ -30,7 +30,7 @@ class Timecode {
 public:
     enum Formats { HH_MM_SS_FF, HH_MM_SS_HH, Frames, Seconds };
 
-    Timecode(Formats format = HH_MM_SS_FF, int framesPerSecond =
+    explicit Timecode(Formats format = HH_MM_SS_FF, int framesPerSecond =
                  25, bool dropFrame = false);
 
     /** Set the current timecode format; this is the output format for this timecode. */