protocol/Result: move command_list_num to class Response
This commit is contained in:
@@ -37,7 +37,7 @@ void
|
||||
ArgParserTest::TestRange()
|
||||
{
|
||||
Client &client = *(Client *)nullptr;
|
||||
Response r(client);
|
||||
Response r(client, 0);
|
||||
|
||||
RangeArg range;
|
||||
|
||||
|
Reference in New Issue
Block a user