Fix up annoying warning about declaration vs initialization order.

This commit is contained in:
riccardom 2009-06-13 09:50:37 +00:00
parent d6532cfbe2
commit 808c6f8d3d
1 changed files with 1 additions and 1 deletions

View File

@ -59,8 +59,8 @@ public:
CommandLine();
~CommandLine();
GOptionContext *ctx;
GError *error;
GOptionContext *ctx;
};
#endif