diff options
Diffstat (limited to 'src/times.h')
-rw-r--r-- | src/times.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/times.h b/src/times.h index 44b64102..a05e5d74 100644 --- a/src/times.h +++ b/src/times.h @@ -28,7 +28,7 @@ inline bool is_valid_moment(const moment_t& moment) { extern const moment_t& now; -DECLARE_EXCEPTION(datetime_exception); +DECLARE_EXCEPTION(datetime_error); class interval_t { |