From d053797340ae16b16186fe31d60bb12979ba9b81 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Fri, 14 Aug 2015 19:00:02 +0200 Subject: protocol/Result: move command_list_num to class Response --- test/test_protocol.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/test_protocol.cxx') diff --git a/test/test_protocol.cxx b/test/test_protocol.cxx index 457083aee..e683fe2cb 100644 --- a/test/test_protocol.cxx +++ b/test/test_protocol.cxx @@ -37,7 +37,7 @@ void ArgParserTest::TestRange() { Client &client = *(Client *)nullptr; - Response r(client); + Response r(client, 0); RangeArg range; -- cgit v1.2.3