diff options
author | Max Kellermann <max@duempel.org> | 2015-08-14 19:00:02 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2015-08-14 19:00:02 +0200 |
commit | d053797340ae16b16186fe31d60bb12979ba9b81 (patch) | |
tree | 6bd922a06bc5e749a98eb52803d78dc9b2c8f9d3 /test/test_protocol.cxx | |
parent | c8d0f947d2270a52183c653a641bca5b7321f915 (diff) | |
download | mpd-d053797340ae16b16186fe31d60bb12979ba9b81.tar.gz mpd-d053797340ae16b16186fe31d60bb12979ba9b81.tar.xz mpd-d053797340ae16b16186fe31d60bb12979ba9b81.zip |
protocol/Result: move command_list_num to class Response
Diffstat (limited to '')
-rw-r--r-- | test/test_protocol.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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; |