From: Václav Slavík Date: Thu, 10 Apr 2008 18:02:21 +0000 (+0000) Subject: compilation fix after FM's wxBitmapHandler changes X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/2ab2420acaa79dc04ae969eb744be626f61e86ab?ds=inline compilation fix after FM's wxBitmapHandler changes git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53111 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/dfb/bitmap.cpp b/src/dfb/bitmap.cpp index 483183e4f8..91684bdad3 100644 --- a/src/dfb/bitmap.cpp +++ b/src/dfb/bitmap.cpp @@ -290,7 +290,6 @@ public: // wxBitmap //----------------------------------------------------------------------------- -IMPLEMENT_ABSTRACT_CLASS(wxBitmapHandler, wxBitmapHandlerBase) IMPLEMENT_DYNAMIC_CLASS(wxBitmap, wxBitmapBase) wxBitmap::wxBitmap(int width, int height, int depth)