include "wx/toolbar.h" instead of tbar(base|smpl).h
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21863 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -38,7 +38,7 @@
|
||||
#include "wx/image.h"
|
||||
#include "wx/settings.h"
|
||||
|
||||
#include "wx/tbarbase.h"
|
||||
#include "wx/toolbar.h"
|
||||
|
||||
// ----------------------------------------------------------------------------
|
||||
// wxWindows macros
|
||||
|
@@ -37,7 +37,7 @@
|
||||
#include "wx/dcmemory.h"
|
||||
#endif
|
||||
|
||||
#include "wx/tbarsmpl.h"
|
||||
#include "wx/toolbar.h"
|
||||
|
||||
// ----------------------------------------------------------------------------
|
||||
// private classes
|
||||
@@ -87,8 +87,6 @@ public:
|
||||
IMPLEMENT_DYNAMIC_CLASS(wxToolBarSimple, wxToolBarBase)
|
||||
|
||||
#if !wxUSE_TOOLBAR_NATIVE && !defined(__WXUNIVERSAL__)
|
||||
#include "wx/toolbar.h"
|
||||
|
||||
IMPLEMENT_DYNAMIC_CLASS(wxToolBar, wxToolBarSimple)
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user