From: Vadim Zeitlin Date: Fri, 17 Nov 2006 12:29:21 +0000 (+0000) Subject: fixed warning about junk after #endif X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/28f9f58ca0cff0a771f794fa4c1a1f59af72eb2a fixed warning about junk after #endif git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43466 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/msw/control.cpp b/src/msw/control.cpp index 05370f4505..8e72df223d 100644 --- a/src/msw/control.cpp +++ b/src/msw/control.cpp @@ -187,7 +187,7 @@ bool wxControl::MSWCreateControl(const wxChar *classname, #if wxUSE_TREECTRL if ( wxDynamicCastThis(wxTreeCtrl) ) testFont = true; -#endif wxUSE_TREECTRL +#endif // wxUSE_TREECTRL if ( testFont ) {