Commit 8d90b831 authored by Max Kellermann's avatar Max Kellermann

output/snapcast/Timestamp: drop `static`

parent d4710604
......@@ -25,7 +25,7 @@
#include <chrono>
template<typename TimePoint>
static constexpr SnapcastTimestamp
constexpr SnapcastTimestamp
ToSnapcastTimestamp(TimePoint t) noexcept
{
using Clock = typename TimePoint::clock;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment