add part of class compoundfile

This commit is contained in:
Ivan Morozov
2022-06-16 23:29:48 +03:00
parent 014c219089
commit c3e060d13b
9 changed files with 93 additions and 18 deletions

View File

@ -69,7 +69,7 @@ void Header::Write(Stream &stream)
}
}
void Header::Read(Stream &stream)
void Header::Read(Stream stream)
{
StreamRW rw(stream);