Make wxSVGFileDC an abstract class

This commit is contained in:
Maarten Bent
2019-11-29 01:10:43 +01:00
parent c6ce2a77bf
commit 51254a148e
2 changed files with 2 additions and 7 deletions

View File

@@ -465,7 +465,7 @@ wxSVGBitmapFileHandler::ProcessBitmap(const wxBitmap& bmp,
// wxSVGFileDC (specialisations)
// ----------------------------------------------------------
wxIMPLEMENT_DYNAMIC_CLASS(wxSVGFileDC, wxDC);
wxIMPLEMENT_ABSTRACT_CLASS(wxSVGFileDC, wxDC);
void wxSVGFileDC::SetBitmapHandler(wxSVGBitmapHandler* handler)
{