Fix up annoying warning about declaration vs initialization order.
This commit is contained in:
parent
d6532cfbe2
commit
808c6f8d3d
|
@ -59,8 +59,8 @@ public:
|
||||||
CommandLine();
|
CommandLine();
|
||||||
~CommandLine();
|
~CommandLine();
|
||||||
|
|
||||||
GOptionContext *ctx;
|
|
||||||
GError *error;
|
GError *error;
|
||||||
|
GOptionContext *ctx;
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue