1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-02-06 04:00:08 +00:00
This commit is contained in:
jules 2008-05-25 16:44:42 +00:00
parent 97f2556652
commit 051d3cc576

View file

@ -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)