Assorted image subtitle fixes.
[dcpomatic.git] / src / lib / dcpomatic_time.h
index dc9b0cd8ac680c6e1a3803d7805c76cdd9d14b57..ae8f251996088814f507ff63f0b2c6427ea68d97 100644 (file)
@@ -193,6 +193,7 @@ class ContentTimePeriod
 {
 public:
        ContentTimePeriod () {}
+       
        ContentTimePeriod (ContentTime f, ContentTime t)
                : from (f)
                , to (t)