Developer forums (C::B DEVELOPMENT STRICTLY!) > Contributions to C::B

wxLedPanel compilation problem with wxWidgets 3.1.4 (wx-master)

<< < (2/2)

stahta01:
Possible solution is to change


--- Code: ---m_content_mo.Init(ani.GetFrame(0));
--- End code ---

to


--- Code: ---m_content_mo.Init(m_ani.GetFrame(0));

--- End code ---

Tim S.

Miguel Gimenez:
The constness of GetFrame() has just been restored in wxTrunk, so there is no need to change wxLedPanel's code.

Commit: https://github.com/wxWidgets/wxWidgets/commit/ed077e17cff6aa823c9547d3052a089f3789bd7e
Ticket: https://trac.wxwidgets.org/ticket/18725

gd_on:
I have seen that this morning. Looks OK.
Original C::B code works again. Cool  8)

Navigation

[0] Message Index

[*] Previous page

Go to full version