X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1de1196ab3ad5c0f143870b1bf5568adcf383424..c6ea1fdaf924be4ee49a19d12f76e4fcd257bb0a:/include/wx/palmos/statline.h diff --git a/include/wx/palmos/statline.h b/include/wx/palmos/statline.h index b4941d1549..8ffac3a76f 100644 --- a/include/wx/palmos/statline.h +++ b/include/wx/palmos/statline.h @@ -12,15 +12,11 @@ #ifndef _WX_MSW_STATLINE_H_ #define _WX_MSW_STATLINE_H_ -#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) - #pragma interface -#endif - // ---------------------------------------------------------------------------- // wxStaticLine // ---------------------------------------------------------------------------- -class WXDLLEXPORT wxStaticLine : public wxStaticLineBase +class WXDLLIMPEXP_CORE wxStaticLine : public wxStaticLineBase { public: // constructors and pseudo-constructors @@ -31,7 +27,7 @@ public: const wxPoint &pos = wxDefaultPosition, const wxSize &size = wxDefaultSize, long style = wxLI_HORIZONTAL, - const wxString &name = wxStaticTextNameStr ) + const wxString &name = wxStaticLineNameStr ) { Create(parent, id, pos, size, style, name); } @@ -41,9 +37,9 @@ public: const wxPoint &pos = wxDefaultPosition, const wxSize &size = wxDefaultSize, long style = wxLI_HORIZONTAL, - const wxString &name = wxStaticTextNameStr ); + const wxString &name = wxStaticLineNameStr ); - // overriden base class virtuals + // overridden base class virtuals virtual bool AcceptsFocus() const { return FALSE; } protected: