X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/98ccd5452290db2280d7b23698d66584c3e66732..704ceca8d2cd8da51a5cc22f8c51fd61c762dbf5:/interface/wx/tglbtn.h?ds=sidebyside diff --git a/interface/wx/tglbtn.h b/interface/wx/tglbtn.h index c6b09ad7a5..b99f276a6a 100644 --- a/interface/wx/tglbtn.h +++ b/interface/wx/tglbtn.h @@ -92,7 +92,7 @@ public: @return Returns @true if it is pressed, @false otherwise. */ - bool GetValue() const; + virtual bool GetValue() const; /** Sets the toggle button to the given state. This does not cause a @@ -101,7 +101,7 @@ public: @param state If @true, the button is pressed. */ - void SetValue(bool state); + virtual void SetValue(bool state); };