From beee911a6d690b534845fde1fdca24ba41a0a82f Mon Sep 17 00:00:00 2001 From: jules Date: Tue, 22 Dec 2015 09:15:17 +0000 Subject: [PATCH] Fixed some comments in ZipFile --- modules/juce_core/zip/juce_ZipFile.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/modules/juce_core/zip/juce_ZipFile.h b/modules/juce_core/zip/juce_ZipFile.h index 43f3c10175..fdfa2bf826 100644 --- a/modules/juce_core/zip/juce_ZipFile.h +++ b/modules/juce_core/zip/juce_ZipFile.h @@ -181,14 +181,14 @@ public: Create a ZipFile::Builder object, and call its addFile() method to add some files, then you can write it to a stream with write(). - - Currently this just stores the files with no compression.. That will be added - soon! */ - class Builder + class JUCE_API Builder { public: + /** Creates an empty builder object. */ Builder(); + + /** Destructor. */ ~Builder(); /** Adds a file while should be added to the archive.