From: Stefan Csomor Date: Fri, 2 Nov 2012 10:45:52 +0000 (+0000) Subject: fixing class X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/a51e79e87db3512823258d487849bb7e7947b700?ds=inline fixing class git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@72863 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/osx/core/bitmap.cpp b/src/osx/core/bitmap.cpp index b503a3fcc1..fcc3a24ac0 100644 --- a/src/osx/core/bitmap.cpp +++ b/src/osx/core/bitmap.cpp @@ -1693,7 +1693,7 @@ IMPLEMENT_DYNAMIC_CLASS(wxPNGResourceHandler, wxBundleResourceHandler) class WXDLLEXPORT wxJPEGResourceHandler: public wxBundleResourceHandler { - DECLARE_DYNAMIC_CLASS(wxPNGResourceHandler) + DECLARE_DYNAMIC_CLASS(wxJPEGResourceHandler) public: inline wxJPEGResourceHandler()