From b7b24349e1670fab6865dfa57f83e3303980a52d Mon Sep 17 00:00:00 2001 From: Stefan Csomor Date: Mon, 31 Mar 2014 07:28:10 +0000 Subject: [PATCH] removing extra semicola git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@76231 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/osx/core/bitmap.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/osx/core/bitmap.cpp b/src/osx/core/bitmap.cpp index b6e8fe79aa..acef4aa0b1 100644 --- a/src/osx/core/bitmap.cpp +++ b/src/osx/core/bitmap.cpp @@ -1822,7 +1822,7 @@ class WXDLLEXPORT wxBundleResourceHandler: public wxBitmapHandler public: inline wxBundleResourceHandler() { - }; + } virtual bool LoadFile(wxBitmap *bitmap, const wxString& name, @@ -1843,7 +1843,7 @@ public: SetName(wxT("PNG resource")); SetExtension("PNG"); SetType(wxBITMAP_TYPE_PNG_RESOURCE); - }; + } }; IMPLEMENT_DYNAMIC_CLASS(wxPNGResourceHandler, wxBundleResourceHandler) @@ -1858,7 +1858,7 @@ public: SetName(wxT("JPEG resource")); SetExtension("JPEG"); SetType(wxBITMAP_TYPE_JPEG_RESOURCE); - }; + } }; IMPLEMENT_DYNAMIC_CLASS(wxJPEGResourceHandler, wxBundleResourceHandler)