Changed wxMenu::GetTitle to return a wxString.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@563 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -312,7 +312,7 @@ void wxMenu::SetTitle(const wxString& label)
|
||||
(UINT)-2, (const char *)m_title);
|
||||
}
|
||||
|
||||
const wxString& wxMenu::GetTitle() const
|
||||
const wxString wxMenu::GetTitle() const
|
||||
{
|
||||
return m_title;
|
||||
}
|
||||
|
Reference in New Issue
Block a user