Tweak logging format.
[dcpomatic.git] / src / lib / subrip_subtitle.h
index 6fd0bdf74da490cab2fdbc63689e3a6ff35d7c11..f39a317b72e4d890cc39c5d2d8989d30f9f34f17 100644 (file)
@@ -32,12 +32,12 @@ struct SubRipSubtitlePiece
                , italic (false)
                , underline (false)
        {}
-       
+
        std::string text;
        bool bold;
        bool italic;
        bool underline;
-       dcp::Color color;
+       dcp::Colour color;
 };
 
 struct SubRipSubtitle