X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=include%2Fparammode.h;h=002246d9b88711f0eb8742558a634c1b4bd03a8b;hb=b4a174ee9c32d62ea6bf010e837e8c5b1c3d36a3;hp=06f127e11e8a501504ff474378917f047f16d2a7;hpb=8a5a1c799e5bec875b081f70639156429d7847e3;p=user%2Fhenk%2Fcode%2Finspircd.git 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)