Import Geant4 9.6.0 source tree
This commit is contained in:
@@ -14,8 +14,8 @@
|
||||
*/
|
||||
namespace cheprep {
|
||||
|
||||
ZipOutputStreamBuffer::ZipOutputStreamBuffer(std::streambuf* buffer)
|
||||
: DeflateOutputStreamBuffer(buffer),
|
||||
ZipOutputStreamBuffer::ZipOutputStreamBuffer(std::streambuf* aBuffer)
|
||||
: DeflateOutputStreamBuffer(aBuffer),
|
||||
comment("") {
|
||||
|
||||
closed = false;
|
||||
|
||||
Reference in New Issue
Block a user