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:
@@ -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_
|
||||||
|
Reference in New Issue
Block a user