mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-14 00:14:18 +00:00
Fixed some comments in ZipFile
This commit is contained in:
parent
ae80e2b90d
commit
beee911a6d
1 changed files with 4 additions and 4 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue