X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/fe8635a7e78715344f0f4b6abc9d797931429333..6e3e6c8efb7da8e096121af3b1dc67d46aad3c14:/include/wx/gauge.h diff --git a/include/wx/gauge.h b/include/wx/gauge.h index 61dd3fa1f6..11605c9d1a 100644 --- a/include/wx/gauge.h +++ b/include/wx/gauge.h @@ -41,7 +41,7 @@ #define wxGAUGE_EMULATE_INDETERMINATE_MODE 0 #endif -extern WXDLLEXPORT_DATA(const wxChar) wxGaugeNameStr[]; +extern WXDLLEXPORT_DATA(const char) wxGaugeNameStr[]; // ---------------------------------------------------------------------------- // wxGauge: a progress bar @@ -88,6 +88,8 @@ public: virtual bool AcceptsFocus() const { return false; } protected: + virtual wxBorder GetDefaultBorder() const { return wxBORDER_NONE; } + // the max position int m_rangeMax;