input/InputStream: use C++11 initializers

This commit is contained in:
Max Kellermann
2017-12-26 11:32:36 +01:00
parent 078839c711
commit 82a79565de
4 changed files with 9 additions and 13 deletions

View File

@@ -22,8 +22,7 @@
#include "tag/Tag.hxx"
IcyInputStream::IcyInputStream(InputStream *_input)
:ProxyInputStream(_input),
override_offset(0)
:ProxyInputStream(_input)
{
}