X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/0c7fe6f2209681ba6520217f0994435a98c82beb..82bf63a08ca2c5e2d500557550449cad219991c9:/interface/tglbtn.h diff --git a/interface/tglbtn.h b/interface/tglbtn.h index 5384e9c50d..4a679c7ee1 100644 --- a/interface/tglbtn.h +++ b/interface/tglbtn.h @@ -89,7 +89,7 @@ public: /** Gets the state of the toggle button. - @returns Returns @true if it is pressed, @false otherwise. + @return Returns @true if it is pressed, @false otherwise. */ bool GetValue() const; @@ -154,7 +154,7 @@ public: /** Gets the state of the toggle button. - @returns Returns @true if it is pressed, @false otherwise. + @return Returns @true if it is pressed, @false otherwise. */ virtual bool GetValue() const;