From 28f9f58ca0cff0a771f794fa4c1a1f59af72eb2a Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Fri, 17 Nov 2006 12:29:21 +0000 Subject: [PATCH] fixed warning about junk after #endif git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43466 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/msw/control.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ) { -- 2.45.2