Text only
|
Text with Images
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.
Text only
|
Text with Images