diff options
author | attilamolnar <attilamolnar@hush.com> | 2013-04-17 22:13:26 +0200 |
---|---|---|
committer | attilamolnar <attilamolnar@hush.com> | 2013-04-17 22:13:26 +0200 |
commit | 326852f7dd3fd6989d37ad2991f8a174b3a86b65 (patch) | |
tree | 38caf4a5c4b831cbb75a063c4d1c8e861c79a3ff /include/membership.h | |
parent | 895554aebccbeeb45e2c469d0bafa1e0d85dd8fb (diff) |
Fix Windows build
Diffstat (limited to 'include/membership.h')
-rw-r--r-- | include/membership.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/membership.h b/include/membership.h index 44f588417..5850e0ae0 100644 --- a/include/membership.h +++ b/include/membership.h @@ -45,7 +45,7 @@ class CoreExport InviteBase friend class Invitation; }; -class Invitation : public classbase +class CoreExport Invitation : public classbase { Invitation(Channel* c, LocalUser* u, time_t timeout) : user(u), chan(c), expiry(timeout) {} |