VC6 compilation fix after r57689 (closes #10318)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@57703 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
67f30682ce
commit
440d3d2a1f
1 changed files with 1 additions and 1 deletions
|
|
@ -74,7 +74,7 @@ public:
|
|||
|
||||
void SetLabelText(const wxString& text)
|
||||
{
|
||||
return SetLabel(EscapeMnemonics(text));
|
||||
SetLabel(EscapeMnemonics(text));
|
||||
}
|
||||
|
||||
// static utilities:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue