mirror of
https://github.com/anope/anope.git
synced 2026-07-09 19:03:13 +02:00
Fix a warning on Clang.
This commit is contained in:
@@ -109,7 +109,7 @@ class DNSServer final
|
||||
bool active = false;
|
||||
|
||||
public:
|
||||
friend class DNSServerType;
|
||||
friend struct DNSServerType;
|
||||
|
||||
std::set<Anope::string, ci::less> zones;
|
||||
time_t repool = 0;
|
||||
|
||||
Reference in New Issue
Block a user