diff options
author | Adam <Adam@anope.org> | 2012-11-05 20:35:23 -0500 |
---|---|---|
committer | Adam <Adam@anope.org> | 2012-11-06 11:02:12 -0500 |
commit | 27ab6a686cb271ea8eae7a243906af5bebeb83d7 (patch) | |
tree | d2e02f824a5fa55f622caf5bf200ebba236f559b /include/account.h | |
parent | 22c8297a0381b1d2554a76b72f9b1b03a95e8496 (diff) |
Windows fixes
Diffstat (limited to 'include/account.h')
-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 23b09b7de..7b98525e4 100644 --- a/include/account.h +++ b/include/account.h @@ -306,7 +306,7 @@ class CoreExport NickCore : public Serializable, public Extensible, public Flags void ClearCert(); }; -class IdentifyRequest +class CoreExport IdentifyRequest { Module *owner; Anope::string account; |