Misplaced #endif (WinCE build fix).

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33540 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Włodzimierz Skiba
2005-04-12 08:08:36 +00:00
parent b2e3be1c69
commit a5de8d419f

View File

@@ -64,9 +64,9 @@ protected:
void PaintBackground(wxDC& dc, const struct tagRECT& rc); void PaintBackground(wxDC& dc, const struct tagRECT& rc);
void OnPaint(wxPaintEvent& event); void OnPaint(wxPaintEvent& event);
#endif // !__WXWINCE__
DECLARE_DYNAMIC_CLASS_NO_COPY(wxStaticBox) DECLARE_DYNAMIC_CLASS_NO_COPY(wxStaticBox)
#endif // !__WXWINCE__
}; };
#endif // _WX_MSW_STATBOX_H_ #endif // _WX_MSW_STATBOX_H_