diff options
| author | 2007-10-23 20:09:58 +0000 | |
|---|---|---|
| committer | 2007-10-23 20:09:58 +0000 | |
| commit | 4be79b163029aae7f322bd9699bb8855a96e0547 (patch) | |
| tree | 28511617491d9e64076f216f4fd3a09b4c374a07 /src/modes/cmode_s.cpp | |
| parent | pedantic safe (diff) | |
| download | inspircd++-4be79b163029aae7f322bd9699bb8855a96e0547.tar.gz inspircd++-4be79b163029aae7f322bd9699bb8855a96e0547.tar.bz2 inspircd++-4be79b163029aae7f322bd9699bb8855a96e0547.zip | |
Pedantic safe
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8317 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/modes/cmode_s.cpp')
| -rw-r--r-- | src/modes/cmode_s.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modes/cmode_s.cpp b/src/modes/cmode_s.cpp index 47e66d139..fa85caaac 100644 --- a/src/modes/cmode_s.cpp +++ b/src/modes/cmode_s.cpp @@ -21,7 +21,7 @@ ModeChannelSecret::ModeChannelSecret(InspIRCd* Instance) : ModeHandler(Instance, { } -ModeAction ModeChannelSecret::OnModeChange(User* source, User* dest, Channel* channel, std::string ¶meter, bool adding) +ModeAction ModeChannelSecret::OnModeChange(User*, User*, Channel* channel, std::string&, bool adding) { if (channel->modes[CM_SECRET] != adding) { |
