mirror of
git://projects.qi-hardware.com/gmenu2x.git
synced 2025-01-12 01:00:15 +02:00
Fixed GCC warning about initialization order.
This commit is contained in:
parent
a881e78fb8
commit
92d221a1bd
@ -33,8 +33,8 @@ using namespace fastdelegate;
|
||||
|
||||
Link::Link(GMenu2X *gmenu2x_, Touchscreen &ts, LinkRunAction action_)
|
||||
: Button(ts, true)
|
||||
, gmenu2x(gmenu2x_)
|
||||
, action(action_)
|
||||
, gmenu2x(gmenu2x_)
|
||||
{
|
||||
action = MakeDelegate(this, &Link::run);
|
||||
edited = false;
|
||||
|
Loading…
Reference in New Issue
Block a user