From a79fa1ed13f7aff722a9010de3f6e89f538da56f Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Sat, 9 Oct 1999 07:13:13 +0000 Subject: [PATCH 1/1] fixed compilation error git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3901 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/msw/statbr95.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/wx/msw/statbr95.h b/include/wx/msw/statbr95.h index 1cbd7b8267..1ffe99d425 100644 --- a/include/wx/msw/statbr95.h +++ b/include/wx/msw/statbr95.h @@ -2,7 +2,7 @@ // Name: msw/statbr95.h // Purpose: native implementation of wxStatusBar // Author: Vadim Zeitlin -// Modified by: +// Modified by: // Created: 04.04.98 // RCS-ID: $Id$ // Copyright: (c) 1998 Vadim Zeitlin @@ -52,3 +52,4 @@ protected: #endif // wxUSE_NATIVE_STATUSBAR +#endif -- 2.45.2