diff options
author | Adam <Adam@anope.org> | 2013-04-26 18:34:31 -0400 |
---|---|---|
committer | Adam <Adam@anope.org> | 2013-04-26 18:34:31 -0400 |
commit | 79e462c530a4617d688ca3c648ece2d8ebb7396a (patch) | |
tree | ea853d0237d4e9405d7331e938e7c0f53db63994 | |
parent | 8428bbb387d4b1195156f0ab5a676d17b69b8d5f (diff) |
Fix Windows
-rw-r--r-- | src/commands/cmd_hostname_lookup.cpp | 2 |
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; |