From: Włodzimierz Skiba Date: Tue, 12 Apr 2005 08:08:36 +0000 (+0000) Subject: Misplaced #endif (WinCE build fix). X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/a5de8d419f6e4449c951806663a2cecf22d7facf Misplaced #endif (WinCE build fix). git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33540 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- 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_