1
0
mirror of https://github.com/xmrig/xmrig.git synced 2025-12-09 00:33:33 -05:00

Fixed build with old Clang.

This commit is contained in:
XMRig
2020-04-12 19:41:25 +07:00
parent d27647e408
commit 9634907676

View File

@@ -45,7 +45,7 @@ public:
AAAA
};
DnsRecord() = default;
DnsRecord() {}
DnsRecord(const addrinfo *addr);
sockaddr *addr(uint16_t port = 0) const;