]> git.saurik.com Git - wxWidgets.git/commitdiff
Misplaced #endif (WinCE build fix).
authorWłodzimierz Skiba <abx@abx.art.pl>
Tue, 12 Apr 2005 08:08:36 +0000 (08:08 +0000)
committerWłodzimierz Skiba <abx@abx.art.pl>
Tue, 12 Apr 2005 08:08:36 +0000 (08:08 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33540 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/msw/statbox.h

index 81c70ecdd2741fb9da6af0e41593e77276e7d00f..6c27b9050cae6c981addd37adba3cbaef7345af1 100644 (file)
@@ -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_