output/snapcast/Timestamp: drop static

This commit is contained in:
Max Kellermann
2021-02-17 14:39:19 +01:00
parent d4710604c4
commit 8d90b831e1

View File

@@ -25,7 +25,7 @@
#include <chrono> #include <chrono>
template<typename TimePoint> template<typename TimePoint>
static constexpr SnapcastTimestamp constexpr SnapcastTimestamp
ToSnapcastTimestamp(TimePoint t) noexcept ToSnapcastTimestamp(TimePoint t) noexcept
{ {
using Clock = typename TimePoint::clock; using Clock = typename TimePoint::clock;