]> git.saurik.com Git - wxWidgets.git/commitdiff
removed superfluous ;
authorJouk Jansen <joukj@hrem.nano.tudelft.nl>
Mon, 7 Sep 2009 13:50:04 +0000 (13:50 +0000)
committerJouk Jansen <joukj@hrem.nano.tudelft.nl>
Mon, 7 Sep 2009 13:50:04 +0000 (13:50 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@61850 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/common/combocmn.cpp

index e51c47e9fce187966366e6e0ba87983c8f6332b0..99c9a8bb7acfd8749e8faaa2c9157cb590442d25 100644 (file)
@@ -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;
 }