it needs wxUSE_* guard to not break smartphone build.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41200 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Włodzimierz Skiba 2006-09-13 19:10:31 +00:00
parent 8f62e63351
commit 245243ec13

View File

@ -12,6 +12,10 @@
#ifndef _WX_GENERIC_STATUSBR_H_ #ifndef _WX_GENERIC_STATUSBR_H_
#define _WX_GENERIC_STATUSBR_H_ #define _WX_GENERIC_STATUSBR_H_
#include "wx/defs.h"
#if wxUSE_STATUSBAR
#include "wx/pen.h" #include "wx/pen.h"
#include "wx/arrstr.h" #include "wx/arrstr.h"
@ -97,5 +101,7 @@ private:
DECLARE_DYNAMIC_CLASS_NO_COPY(wxStatusBarGeneric) DECLARE_DYNAMIC_CLASS_NO_COPY(wxStatusBarGeneric)
}; };
#endif // wxUSE_STATUSBAR
#endif #endif
// _WX_GENERIC_STATUSBR_H_ // _WX_GENERIC_STATUSBR_H_