From: Robin Dunn Date: Sat, 9 Oct 1999 07:13:13 +0000 (+0000) Subject: fixed compilation error X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/a79fa1ed13f7aff722a9010de3f6e89f538da56f fixed compilation error git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3901 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- 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