From 245243ec13829a457651f0b8717e79d414cdc840 Mon Sep 17 00:00:00 2001 From: =?utf8?q?W=C5=82odzimierz=20Skiba?= Date: Wed, 13 Sep 2006 19:10:31 +0000 Subject: [PATCH] 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 --- include/wx/generic/statusbr.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/include/wx/generic/statusbr.h b/include/wx/generic/statusbr.h index 709e58faa6..4cdae345f7 100644 --- a/include/wx/generic/statusbr.h +++ b/include/wx/generic/statusbr.h @@ -12,6 +12,10 @@ #ifndef _WX_GENERIC_STATUSBR_H_ #define _WX_GENERIC_STATUSBR_H_ +#include "wx/defs.h" + +#if wxUSE_STATUSBAR + #include "wx/pen.h" #include "wx/arrstr.h" @@ -97,5 +101,7 @@ private: DECLARE_DYNAMIC_CLASS_NO_COPY(wxStatusBarGeneric) }; +#endif // wxUSE_STATUSBAR + #endif // _WX_GENERIC_STATUSBR_H_ -- 2.47.2