diff options
Diffstat (limited to 'src/local_time.h')
| -rw-r--r-- | src/local_time.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/local_time.h b/src/local_time.h index 1e4c8228..d213b898 100644 --- a/src/local_time.h +++ b/src/local_time.h @@ -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; |
