linking fix after the one before last commit

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@45398 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin 2007-04-11 11:53:40 +00:00
parent afc89ff455
commit 21324807f5

View file

@ -151,9 +151,9 @@ private:
};
#if WXWIN_COMPATIBILITY_2_8
void wxMenuItemBase::SetName(const wxString &str)
inline void wxMenuItemBase::SetName(const wxString &str)
{ SetText(str); }
const wxString& wxMenuItemBase::GetName() const
inline const wxString& wxMenuItemBase::GetName() const
{ return GetText(); }
#endif // WXWIN_COMPATIBILITY_2_8