X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/655719367ac5e131d9642e5783f3ecf64d1a3385..32485259c1342115488d219776dfebeb3d4d81b1:/include/wx/gauge.h diff --git a/include/wx/gauge.h b/include/wx/gauge.h index e704797be7..9738d8ab7c 100644 --- a/include/wx/gauge.h +++ b/include/wx/gauge.h @@ -36,7 +36,7 @@ #define wxGA_PROGRESSBAR 0 -WXDLLEXPORT_DATA(extern const wxChar*) wxGaugeNameStr; +extern WXDLLEXPORT_DATA(const wxChar*) wxGaugeNameStr; // ---------------------------------------------------------------------------- // wxGauge: a progress bar @@ -77,7 +77,7 @@ public: virtual int GetBezelFace() const; // overriden base class virtuals - virtual bool AcceptsFocus() const { return FALSE; } + virtual bool AcceptsFocus() const { return false; } protected: // the max position