mirror of
git://projects.qi-hardware.com/gmenu2x.git
synced 2025-02-04 17:11:05 +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_)
|
Link::Link(GMenu2X *gmenu2x_, Touchscreen &ts, LinkRunAction action_)
|
||||||
: Button(ts, true)
|
: Button(ts, true)
|
||||||
, gmenu2x(gmenu2x_)
|
|
||||||
, action(action_)
|
, action(action_)
|
||||||
|
, gmenu2x(gmenu2x_)
|
||||||
{
|
{
|
||||||
action = MakeDelegate(this, &Link::run);
|
action = MakeDelegate(this, &Link::run);
|
||||||
edited = false;
|
edited = false;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user