wxPGProperty::GetHintText() function body was missing 'inline' keyword
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@63281 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -2149,7 +2149,7 @@ inline unsigned int wxPropertyGridPageState::GetActualVirtualHeight() const
|
|||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
wxString wxPGProperty::GetHintText() const
|
inline wxString wxPGProperty::GetHintText() const
|
||||||
{
|
{
|
||||||
wxVariant vHintText = GetAttribute(wxPGGlobalVars->m_strHint);
|
wxVariant vHintText = GetAttribute(wxPGGlobalVars->m_strHint);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user