From a5206c33b96fd246ecdcbb2a1111319d034ee7c7 Mon Sep 17 00:00:00 2001 From: cyberbotx Date: Mon, 23 Feb 2009 02:01:46 +0000 Subject: [PATCH] Fix slight linking error in Visual Studio, spotted by Brandan. git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2128 5417fbe8-f217-4b02-8779-1006273d7864 --- include/account.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/account.h b/include/account.h index ece5176f9..01758ebb7 100644 --- a/include/account.h +++ b/include/account.h @@ -24,7 +24,7 @@ class NickRequest class NickCore; -class NickAlias +class CoreExport NickAlias { public: NickAlias();