output/snapcast/Timestamp: drop `static`
This commit is contained in:
parent
d4710604c4
commit
8d90b831e1
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue