X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/db6150d59a04dd19dcff0c639f3b7df6d80d5f1b..9869c26285dc51d13607cddaa04f65ce983653a5:/include/wx/msw/statusbar.h diff --git a/include/wx/msw/statusbar.h b/include/wx/msw/statusbar.h index 60eaf7d7fc..b1d352a7cc 100644 --- a/include/wx/msw/statusbar.h +++ b/include/wx/msw/statusbar.h @@ -1,10 +1,9 @@ /////////////////////////////////////////////////////////////////////////////// -// Name: wx/msw/statbr.h +// Name: wx/msw/statusbar.h // Purpose: native implementation of wxStatusBar // Author: Vadim Zeitlin // Modified by: // Created: 04.04.98 -// RCS-ID: $Id$ // Copyright: (c) 1998 Vadim Zeitlin // Licence: wxWindows licence /////////////////////////////////////////////////////////////////////////////// @@ -76,8 +75,10 @@ protected: // used by DoUpdateStatusText() wxClientDC *m_pDC; +#if wxUSE_TOOLTIPS // the tooltips used when wxSTB_SHOW_TIPS is given wxVector m_tooltips; +#endif private: struct MSWBorders