Code::Blocks Forums

Developer forums (C::B DEVELOPMENT STRICTLY!) => Development => Topic started by: Miguel Gimenez on December 11, 2018, 11:45:46 am

Title: Line duplicated in R11515 (@ollydbg)
Post by: Miguel Gimenez on December 11, 2018, 11:45:46 am
Commit 11515 duplicated a line in cctest:frame.cpp, giving a redefiition error:

Quote
wxString content = m_CompletionTestCtrl->GetValue();
Title: Re: Line duplicated in R11515 (@ollydbg)
Post by: ollydbg on December 11, 2018, 02:52:38 pm
Oh, sorry about this mistake. Definitely a copy and paste error.
I will fix it soon.
Title: Re: Line duplicated in R11515 (@ollydbg)
Post by: ollydbg on December 11, 2018, 03:19:12 pm
Fixed in r11516.