Fix implementation details being used as base class for RTTI in wxQT
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
#include "wx/qt/private/utils.h"
|
||||
#include <QtGui/QPen>
|
||||
|
||||
wxIMPLEMENT_DYNAMIC_CLASS(wxPen,wxPenBase);
|
||||
wxIMPLEMENT_DYNAMIC_CLASS(wxPen,wxGDIObject);
|
||||
|
||||
static Qt::PenStyle ConvertPenStyle(wxPenStyle style)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user