Fix implementation details being used as base class for RTTI in wxQT

This commit is contained in:
Graham Dawes
2019-01-07 09:18:50 +00:00
parent 538cdc0841
commit 00030b56cb
9 changed files with 11 additions and 11 deletions

View File

@@ -10,7 +10,7 @@
#include "wx/palette.h"
wxIMPLEMENT_DYNAMIC_CLASS(wxPalette,wxPaletteBase)
wxIMPLEMENT_DYNAMIC_CLASS(wxPalette,wxGDIObject)
wxPalette::wxPalette()
{