summaryrefslogtreecommitdiff
path: root/src/commands
diff options
context:
space:
mode:
authorAdam <Adam@anope.org>2013-04-26 18:34:31 -0400
committerAdam <Adam@anope.org>2013-04-26 18:34:31 -0400
commit79e462c530a4617d688ca3c648ece2d8ebb7396a (patch)
treeea853d0237d4e9405d7331e938e7c0f53db63994 /src/commands
parent8428bbb387d4b1195156f0ab5a676d17b69b8d5f (diff)
Fix Windows
Diffstat (limited to 'src/commands')
-rw-r--r--src/commands/cmd_hostname_lookup.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands/cmd_hostname_lookup.cpp b/src/commands/cmd_hostname_lookup.cpp
index 2b9b30d73..04592c6e5 100644
--- a/src/commands/cmd_hostname_lookup.cpp
+++ b/src/commands/cmd_hostname_lookup.cpp
@@ -28,7 +28,7 @@ namespace
/** Derived from Resolver, and performs user forward/reverse lookups.
*/
-class CoreExport UserResolver : public DNS::Request
+class UserResolver : public DNS::Request
{
/** UUID we are looking up */
const std::string uuid;