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:
parent
afc89ff455
commit
21324807f5
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue