X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/73b30256a0a232b42a494e43e797640df6e5a0b3..66c2bf7b1d9326fb650acfaae22ec50528cfbf7c:/include/wx/msw/statline.h diff --git a/include/wx/msw/statline.h b/include/wx/msw/statline.h index c69656ecab..1d2662b3bb 100644 --- a/include/wx/msw/statline.h +++ b/include/wx/msw/statline.h @@ -1,9 +1,8 @@ ///////////////////////////////////////////////////////////////////////////// -// Name: msw/statline.h +// Name: wx/msw/statline.h // Purpose: MSW version of wxStaticLine class // Author: Vadim Zeitlin // Created: 28.06.99 -// Version: $Id$ // Copyright: (c) 1998 Vadim Zeitlin // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// @@ -15,7 +14,7 @@ // wxStaticLine // ---------------------------------------------------------------------------- -class WXDLLEXPORT wxStaticLine : public wxStaticLineBase +class WXDLLIMPEXP_CORE wxStaticLine : public wxStaticLineBase { public: // constructors and pseudo-constructors @@ -38,7 +37,7 @@ public: long style = wxLI_HORIZONTAL, const wxString &name = wxStaticLineNameStr ); - // overriden base class virtuals + // overridden base class virtuals virtual bool AcceptsFocus() const { return false; } // usually overridden base class virtuals