fix header problems
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@55198 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -11,12 +11,14 @@
|
||||
|
||||
|
||||
|
||||
#ifndef _WX_AUITOOLBAR_H_
|
||||
#define _WX_AUITOOLBAR_H_
|
||||
#ifndef _WX_AUIBAR_H_
|
||||
#define _WX_AUIBAR_H_
|
||||
|
||||
|
||||
#include "wx/defs.h"
|
||||
|
||||
#if wxUSE_AUI
|
||||
|
||||
|
||||
enum wxAuiToolBarStyle
|
||||
{
|
||||
@@ -615,6 +617,6 @@ typedef void (wxEvtHandler::*wxAuiToolBarEventFunction)(wxAuiToolBarEvent&);
|
||||
}
|
||||
#endif // SWIG
|
||||
|
||||
|
||||
#endif // __KCL_XMTOOLBAR_H
|
||||
#endif // wxUSE_AUI
|
||||
#endif // _WX_AUIBAR_H_
|
||||
|
||||
|
@@ -24,9 +24,14 @@
|
||||
#pragma hdrstop
|
||||
#endif
|
||||
|
||||
#if wxUSE_AUI
|
||||
|
||||
#include "wx/statline.h"
|
||||
#include "wx/dcbuffer.h"
|
||||
#include "wx/sizer.h"
|
||||
#include "wx/image.h"
|
||||
#include "wx/settings.h"
|
||||
#include "wx/menu.h"
|
||||
|
||||
#include "wx/aui/auibar.h"
|
||||
#include "wx/aui/framemanager.h"
|
||||
@@ -2614,3 +2619,7 @@ void wxAuiToolBar::OnSetCursor(wxSetCursorEvent& evt)
|
||||
|
||||
evt.SetCursor(cursor);
|
||||
}
|
||||
|
||||
|
||||
#endif // wxUSE_AUI
|
||||
|
||||
|
Reference in New Issue
Block a user