Fix wxControl rtti info in wxQT, thanks @seandepagnier

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@77920 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Mariano Reingart 2014-09-29 03:18:44 +00:00
parent 30184d9f4a
commit 8ef86dc3fc

View File

@ -11,7 +11,7 @@
#include "wx/control.h"
#include "wx/qt/private/converter.h"
IMPLEMENT_DYNAMIC_CLASS( wxControl, wxControlBase )
IMPLEMENT_DYNAMIC_CLASS( wxControl, wxWindow )
wxControl::wxControl()
{