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:
Julian Smart
1998-08-16 08:03:13 +00:00
parent 714e6a9e26
commit f7387de542
6 changed files with 10 additions and 60 deletions

View File

@@ -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;
}