Browse Source

tags/2021-05-28
jules 17 years ago
parent
commit
051d3cc576
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      src/juce_core/misc/juce_ZipFile.cpp

+ 1
- 0
src/juce_core/misc/juce_ZipFile.cpp 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)


Loading…
Cancel
Save