diff --git a/chrono/timespan.h b/chrono/timespan.h index 7bb4874..9e4b1b7 100644 --- a/chrono/timespan.h +++ b/chrono/timespan.h @@ -66,7 +66,7 @@ public: constexpr TimeSpan operator-(const TimeSpan &other) const; constexpr TimeSpan operator*(double factor) const; constexpr TimeSpan operator/(double factor) const; - constexpr double operator /(TimeSpan other) const; + constexpr double operator/(TimeSpan other) const; TimeSpan &operator+=(const TimeSpan &other); TimeSpan &operator-=(const TimeSpan &other); TimeSpan &operator*=(double factor);