X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f36e602b3f4cccedfa2d8932c288f3dfed7b549e..ab63f9985f6da3cd9921cd904e78f54b138f2b97:/include/wx/univ/tglbtn.h diff --git a/include/wx/univ/tglbtn.h b/include/wx/univ/tglbtn.h index 35d3667e0e..8f78e3a7b8 100644 --- a/include/wx/univ/tglbtn.h +++ b/include/wx/univ/tglbtn.h @@ -57,6 +57,8 @@ public: bool GetValue() const { return m_value; } protected: + virtual wxBorder GetDefaultBorder() const { return wxBORDER_NONE; } + // the current value bool m_value;