X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=include%2Fcommands%2Fcmd_trace.h;h=29e2af76969c9b2e9ce96c71d4538643f456c8d6;hb=2be4fff3e371b8add4fa6f471414e1f88418875f;hp=ad91f7a3796ed54ba0e1cb48f1b9e6c543c31055;hpb=dd36852a52e8541306b76c5b88bce8ab9b36654c;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/include/commands/cmd_trace.h b/include/commands/cmd_trace.h index ad91f7a37..29e2af769 100644 --- a/include/commands/cmd_trace.h +++ b/include/commands/cmd_trace.h @@ -36,7 +36,7 @@ class CommandTrace : public Command * @param user The user issuing the command * @return A value from CmdResult to indicate command success or failure. */ - CmdResult Handle(const char* const* parameters, int pcnt, User *user); + CmdResult Handle(const std::vector& parameters, User *user); }; #endif