///////////////////////////////////////////////////////////////////////////////
-// Name: wx/msw/statbr.h
+// Name: wx/msw/statusbar.h
// Purpose: native implementation of wxStatusBar
// Author: Vadim Zeitlin
// Modified by:
// used by DoUpdateStatusText()
wxClientDC *m_pDC;
+#if wxUSE_TOOLTIPS
// the tooltips used when wxSTB_SHOW_TIPS is given
wxVector<wxToolTip*> m_tooltips;
+#endif
private:
struct MSWBorders