X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/73b30256a0a232b42a494e43e797640df6e5a0b3..c6ea1fdaf924be4ee49a19d12f76e4fcd257bb0a:/include/wx/palmos/statline.h diff --git a/include/wx/palmos/statline.h b/include/wx/palmos/statline.h index 3101682bea..8ffac3a76f 100644 --- a/include/wx/palmos/statline.h +++ b/include/wx/palmos/statline.h @@ -16,7 +16,7 @@ // wxStaticLine // ---------------------------------------------------------------------------- -class WXDLLEXPORT wxStaticLine : public wxStaticLineBase +class WXDLLIMPEXP_CORE wxStaticLine : public wxStaticLineBase { public: // constructors and pseudo-constructors @@ -39,7 +39,7 @@ public: long style = wxLI_HORIZONTAL, const wxString &name = wxStaticLineNameStr ); - // overriden base class virtuals + // overridden base class virtuals virtual bool AcceptsFocus() const { return FALSE; } protected: