Add the "Multiple Modified Transitional 1" KDM formulation.
[libdcp.git] / src / local_time.h
index 1e4c8228c1f887fbb27436b224132142283bf6be..d213b898f5371e9589254c8c0fe3db6e21d3e69a 100644 (file)
@@ -64,7 +64,7 @@ public:
 
        std::string as_string (bool with_millisecond = false) const;
        std::string date () const;
-       std::string time_of_day (bool with_millisecond = false) const;
+       std::string time_of_day (bool with_second, bool with_millisecond) const;
 
        bool operator== (LocalTime const & other) const;
        bool operator!= (LocalTime const & other) const;