diff --git a/include/wx/zipstrm.h b/include/wx/zipstrm.h index 6191dcda81..2a6231303a 100644 --- a/include/wx/zipstrm.h +++ b/include/wx/zipstrm.h @@ -321,8 +321,8 @@ public: int GetLevel() const { return m_level; } void WXZIPFIX SetLevel(int level); - void SetFormat(wxZipArchiveFormat format) { m_format = format; }; - wxZipArchiveFormat GetFormat() const { return m_format; }; + void SetFormat(wxZipArchiveFormat format) { m_format = format; } + wxZipArchiveFormat GetFormat() const { return m_format; } protected: virtual size_t WXZIPFIX OnSysWrite(const void *buffer, size_t size) wxOVERRIDE;