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

@@ -15,7 +15,7 @@
#include <QtCore/QStringList>
#include <QtWidgets/QApplication>
wxIMPLEMENT_DYNAMIC_CLASS(wxApp, wxAppBase);
wxIMPLEMENT_DYNAMIC_CLASS(wxApp, wxEvtHandler);
wxApp::wxApp()
{