diff options
Diffstat (limited to 'include/dns.h')
-rw-r--r-- | include/dns.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/dns.h b/include/dns.h index 09ba10d25..d4005dea8 100644 --- a/include/dns.h +++ b/include/dns.h @@ -72,7 +72,7 @@ typedef std::pair<unsigned char*, std::string> DNSInfo; /** Cached item stored in the query cache. */ -class CoreExport CachedQuery +class CoreExport CachedQuery : public classbase { public: /** The cached result data, an IP or hostname |