diff options
author | Adam <Adam@anope.org> | 2011-08-10 01:32:07 -0400 |
---|---|---|
committer | Adam <Adam@anope.org> | 2011-08-10 01:32:07 -0400 |
commit | ded98ed3ded63aa37b7226cd7228b375df8b33e3 (patch) | |
tree | 83e728dddd3b886d198908979a72916727d71ad1 /include/account.h | |
parent | 13bcc4ef14c0c61e8ed578ac9346291ae731b8df (diff) |
Fixed windows build
Diffstat (limited to 'include/account.h')
-rw-r--r-- | include/account.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/account.h b/include/account.h index 57e678138..2a812529b 100644 --- a/include/account.h +++ b/include/account.h @@ -249,7 +249,7 @@ class CoreExport NickCore : public Extensible, public Flags<NickCoreFlag, NI_END /** Timer for colliding nicks to force people off of nicknames */ -class NickServCollide : public Timer +class CoreExport NickServCollide : public Timer { dynamic_reference<User> u; Anope::string nick; @@ -273,7 +273,7 @@ class NickServCollide : public Timer /** Timers for releasing nicks to be available for use */ -class NickServRelease : public User, public Timer +class CoreExport NickServRelease : public User, public Timer { Anope::string nick; |