From 79e462c530a4617d688ca3c648ece2d8ebb7396a Mon Sep 17 00:00:00 2001 From: Adam Date: Fri, 26 Apr 2013 18:34:31 -0400 Subject: [PATCH] Fix Windows --- src/commands/cmd_hostname_lookup.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.39.5