diff options
Diffstat (limited to 'src/local_time.h')
| -rw-r--r-- | src/local_time.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/local_time.h b/src/local_time.h index b298268e..9407aeed 100644 --- a/src/local_time.h +++ b/src/local_time.h @@ -44,9 +44,9 @@ class LocalTime { public: LocalTime (); - LocalTime (boost::posix_time::ptime); + explicit LocalTime (boost::posix_time::ptime); LocalTime (boost::posix_time::ptime, int tz_hour, int tz_minute); - LocalTime (std::string); + explicit LocalTime (std::string); std::string as_string (bool with_millisecond = false) const; std::string date () const; |
