output/snapcast/Timestamp: drop `static`
This commit is contained in:
parent
d4710604c4
commit
8d90b831e1
|
@ -25,7 +25,7 @@
|
|||
#include <chrono>
|
||||
|
||||
template<typename TimePoint>
|
||||
static constexpr SnapcastTimestamp
|
||||
constexpr SnapcastTimestamp
|
||||
ToSnapcastTimestamp(TimePoint t) noexcept
|
||||
{
|
||||
using Clock = typename TimePoint::clock;
|
||||
|
|
Loading…
Reference in New Issue