X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/5b8b2c84f7f1866a282a45190b1e701942d6b1d1..e1ef506e13b7c8e96483b7fc0852dcb46688badd:/include/wx/control.h diff --git a/include/wx/control.h b/include/wx/control.h index 3d745c679e..e2db727b4c 100644 --- a/include/wx/control.h +++ b/include/wx/control.h @@ -74,7 +74,7 @@ public: void SetLabelText(const wxString& text) { - return SetLabel(EscapeMnemonics(text)); + SetLabel(EscapeMnemonics(text)); } // static utilities: