summaryrefslogtreecommitdiff
path: root/modules/memoserv/main/memoinfo.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/memoserv/main/memoinfo.cpp')
-rw-r--r--modules/memoserv/main/memoinfo.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/memoserv/main/memoinfo.cpp b/modules/memoserv/main/memoinfo.cpp
index 093f8f4fa..09c45d278 100644
--- a/modules/memoserv/main/memoinfo.cpp
+++ b/modules/memoserv/main/memoinfo.cpp
@@ -57,9 +57,9 @@ NickServ::Account *MemoInfoImpl::GetAccount()
return Get(&MemoInfoType::account);
}
-void MemoInfoImpl::SetAccount(NickServ::Account *account)
+void MemoInfoImpl::SetAccount(NickServ::Account *acc)
{
- Set(&MemoInfoType::account, account);
+ Set(&MemoInfoType::account, acc);
}
ChanServ::Channel *MemoInfoImpl::GetChannel()