mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-02-06 04:00:08 +00:00
This commit is contained in:
parent
97f2556652
commit
051d3cc576
1 changed files with 1 additions and 0 deletions
|
|
@ -169,6 +169,7 @@ private:
|
|||
ZipFile::ZipFile (InputStream* const source_,
|
||||
const bool deleteStreamWhenDestroyed_) throw()
|
||||
: inputStream (source_),
|
||||
inputSource (0),
|
||||
deleteStreamWhenDestroyed (deleteStreamWhenDestroyed_)
|
||||
#ifdef JUCE_DEBUG
|
||||
, numOpenStreams (0)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue