removed superfluous ;
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@61850 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -2299,7 +2299,7 @@ void wxComboCtrlBase::SetTextIndent( int indent )
|
|||||||
RecalcAndRefresh();
|
RecalcAndRefresh();
|
||||||
}
|
}
|
||||||
|
|
||||||
wxCoord wxComboCtrlBase::GetTextIndent() const;
|
wxCoord wxComboCtrlBase::GetTextIndent() const
|
||||||
{
|
{
|
||||||
return m_marginLeft;
|
return m_marginLeft;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user