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

@@ -44,7 +44,7 @@ class IcyInputStream final : public ProxyInputStream {
*/
std::unique_ptr<Tag> icy_tag;
offset_type override_offset;
offset_type override_offset = 0;
public:
IcyInputStream(InputStream *_input);