summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--src/nanosecond.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nanosecond.hpp b/src/nanosecond.hpp
index cd5f1eec..131f758b 100644
--- a/src/nanosecond.hpp
+++ b/src/nanosecond.hpp
@@ -38,6 +38,6 @@ struct Ns
};
constexpr inline Ns Minute{60000000000}, Second{1000000000}, Millisecond{1000000}, Microsecond{1000};
-constexpr inline const Ns& Minutes{Minute}, Seconds{Second}, Milliseconds{Millisecond}, Microseconds{Microsecond};
+constexpr inline Ns Minutes{Minute}, Seconds{Second}, Milliseconds{Millisecond}, Microseconds{Microsecond};
} // namespace floormat