X-Git-Url: https://git.dlugolecki.net.pl/?a=blobdiff_plain;f=tests%2Fparameter%2FTestParameter.h;h=9e2874d8e3326d561ae3fca2a2bd1a63abc88281;hb=1db559f7394bb6384c7f9dddc8de3927bcb263c5;hp=9736133cddaf4ec3a1c8358f1635f220c2d626db;hpb=d6d77f047dd89d928f457a11d5546f7168ca9156;p=command.git diff --git a/tests/parameter/TestParameter.h b/tests/parameter/TestParameter.h index 9736133..9e2874d 100644 --- a/tests/parameter/TestParameter.h +++ b/tests/parameter/TestParameter.h @@ -3,8 +3,8 @@ class TestParameter : public command::Parameter { public: - TestParameter(std::string description) : Parameter(description) { } + TestParameter(const std::string & description) : Parameter(description) { } virtual void handle() { } - virtual bool understand(const std::string & argVal) { } + virtual bool understand(const std::string & ) { return false; } }; \ No newline at end of file