correct access for virtuals, unneeded includes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39538 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -24,11 +24,10 @@
|
||||
#pragma hdrstop
|
||||
#endif
|
||||
|
||||
#ifndef WX_PRECOMP
|
||||
#include "wx/window.h"
|
||||
#endif //WX_PRECOMP
|
||||
#if wxUSE_FONTPICKERCTRL
|
||||
|
||||
#include "wx/fontpicker.h"
|
||||
|
||||
#include "wx/fontdlg.h"
|
||||
|
||||
|
||||
@@ -36,8 +35,6 @@
|
||||
// implementation
|
||||
// ============================================================================
|
||||
|
||||
#if wxUSE_FONTPICKERCTRL
|
||||
|
||||
wxFontData wxGenericFontButton::ms_data;
|
||||
IMPLEMENT_DYNAMIC_CLASS(wxGenericFontButton, wxButton)
|
||||
|
||||
|
Reference in New Issue
Block a user