X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8907154c1a8a6882c6797d1f16393ddfb23e7f3a..64c70359a7ca399f47a07369f42818fc7949fac4:/include/wx/palmos/gauge.h?ds=inline diff --git a/include/wx/palmos/gauge.h b/include/wx/palmos/gauge.h index 1d5699f3c7..ff36707d29 100644 --- a/include/wx/palmos/gauge.h +++ b/include/wx/palmos/gauge.h @@ -14,10 +14,10 @@ #if wxUSE_GAUGE -WXDLLEXPORT_DATA(extern const wxChar*) wxGaugeNameStr; +WXDLLIMPEXP_DATA_CORE(extern const wxChar) wxGaugeNameStr[]; // Group box -class WXDLLEXPORT wxGauge : public wxGaugeBase +class WXDLLIMPEXP_CORE wxGauge : public wxGaugeBase { public: wxGauge() { } @@ -47,7 +47,7 @@ public: virtual void SetRange(int range); virtual void SetValue(int pos); - // overriden base class virtuals + // overridden base class virtuals virtual bool SetForegroundColour(const wxColour& col); virtual bool SetBackgroundColour(const wxColour& col);