diff --git a/cpp/csp/core/Time.h b/cpp/csp/core/Time.h index f2e73d99..07a2247a 100644 --- a/cpp/csp/core/Time.h +++ b/cpp/csp/core/Time.h @@ -360,7 +360,7 @@ class Time static Time fromString( const std::string & ); static Time NONE() { return Time( -1 ); } - static Time MIN() { return Time( 0, 0, 0 ); } + static Time MIN_VALUE() { return Time( 0, 0, 0 ); } private: Time( int64_t raw );