diff --git a/src/common/image.cpp b/src/common/image.cpp index 5c304f0a9d..ca479f93f1 100644 --- a/src/common/image.cpp +++ b/src/common/image.cpp @@ -628,7 +628,7 @@ void wxImage::CleanUpHandlers() //----------------------------------------------------------------------------- #if !USE_SHARED_LIBRARIES -IMPLEMENT_DYNAMIC_CLASS(wxImageHandler,wxObject) +IMPLEMENT_ABSTRACT_CLASS(wxImageHandler,wxObject) #endif #if wxUSE_STREAMS