make debian stable happy

pull/632/head
Jeff Becker 5 years ago
parent 6c84bf5739
commit a51f4c8328
No known key found for this signature in database
GPG Key ID: F357B3B42F6F9B05

@ -11,7 +11,7 @@ namespace llarp
struct NoOpCrypto final : public Crypto
{
private:
std::atomic_uint64_t m_value;
std::atomic<uint64_t> m_value;
static constexpr byte_t MAX_BYTE = std::numeric_limits< byte_t >::max();

Loading…
Cancel
Save