From e136f349441b3675547b41806e7a924bb81bbda0 Mon Sep 17 00:00:00 2001 From: Stefan Csomor Date: Sun, 5 Aug 2018 14:21:50 +0200 Subject: [PATCH] Removing extra semicola --- include/wx/zipstrm.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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;