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();
|
||||
|
||||
GOptionContext *ctx;
|
||||
GError *error;
|
||||
GOptionContext *ctx;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue