summaryrefslogtreecommitdiff
path: root/include/parammode.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/parammode.h')
-rw-r--r--include/parammode.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/parammode.h b/include/parammode.h
index 06f127e11..002246d9b 100644
--- a/include/parammode.h
+++ b/include/parammode.h
@@ -23,7 +23,7 @@
class CoreExport ParamModeBase : public ModeHandler
{
private:
- virtual void OnUnsetInternal(User* source, Channel* chan) = 0;
+ virtual void OnUnsetInternal(User* source, Channel* chan) = 0;
public:
ParamModeBase(Module* Creator, const std::string& Name, char modeletter, ParamSpec ps)