mirror of
git://projects.qi-hardware.com/gmenu2x.git
synced 2025-04-21 12:27:27 +03:00
Fixed GCC warning about initialization order.
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user