Add a load of explicit keywords.
[dcpomatic.git] / src / lib / content_subtitle.h
index 8751d56cb58f512d971428176f1545d762963017..f834fe197c202eba95fb2f78d26d01dae4412527 100644 (file)
@@ -32,7 +32,7 @@ class Image;
 class ContentSubtitle
 {
 public:
-       ContentSubtitle (ContentTime f)
+       explicit ContentSubtitle (ContentTime f)
                : _from (f)
        {}