removed superfluous ;

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@61850 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Jouk Jansen
2009-09-07 13:50:04 +00:00
parent c5885966f0
commit 48284cc7c4

View File

@@ -2299,7 +2299,7 @@ void wxComboCtrlBase::SetTextIndent( int indent )
RecalcAndRefresh();
}
wxCoord wxComboCtrlBase::GetTextIndent() const;
wxCoord wxComboCtrlBase::GetTextIndent() const
{
return m_marginLeft;
}