From a5de8d419f6e4449c951806663a2cecf22d7facf Mon Sep 17 00:00:00 2001 From: =?utf8?q?W=C5=82odzimierz=20Skiba?= Date: Tue, 12 Apr 2005 08:08:36 +0000 Subject: [PATCH] Misplaced #endif (WinCE build fix). git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33540 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/msw/statbox.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/wx/msw/statbox.h b/include/wx/msw/statbox.h index 81c70ecdd2..6c27b9050c 100644 --- a/include/wx/msw/statbox.h +++ b/include/wx/msw/statbox.h @@ -64,9 +64,9 @@ protected: void PaintBackground(wxDC& dc, const struct tagRECT& rc); void OnPaint(wxPaintEvent& event); +#endif // !__WXWINCE__ DECLARE_DYNAMIC_CLASS_NO_COPY(wxStaticBox) -#endif // !__WXWINCE__ }; #endif // _WX_MSW_STATBOX_H_ -- 2.50.0