diff options
author | cyberbotx <cyberbotx@5417fbe8-f217-4b02-8779-1006273d7864> | 2009-02-23 02:01:46 +0000 |
---|---|---|
committer | cyberbotx <cyberbotx@5417fbe8-f217-4b02-8779-1006273d7864> | 2009-02-23 02:01:46 +0000 |
commit | a5206c33b96fd246ecdcbb2a1111319d034ee7c7 (patch) | |
tree | 26ad954a4178498500eb1be9b62e5bf29d361a60 | |
parent | 419b4c800209d5e4ba857c67cecfb67be7a1df2b (diff) |
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
-rw-r--r-- | include/account.h | 2 |
1 files changed, 1 insertions, 1 deletions
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(); |