X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e1d63b79352db5290a9f86428d193bd6a08ef32f..9c805dec6caf3c98a3797898cffe795b5b56e606:/include/wx/palmos/gauge.h diff --git a/include/wx/palmos/gauge.h b/include/wx/palmos/gauge.h index 938f5e38dc..ff36707d29 100644 --- a/include/wx/palmos/gauge.h +++ b/include/wx/palmos/gauge.h @@ -12,16 +12,12 @@ #ifndef _GAUGE_H_ #define _GAUGE_H_ -#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) -#pragma interface "gauge95.h" -#endif - #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() { } @@ -51,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);