From 808c6f8d3d1924a73572c18f5d0f36a25922cb75 Mon Sep 17 00:00:00 2001 From: riccardom Date: Sat, 13 Jun 2009 09:50:37 +0000 Subject: [PATCH] Fix up annoying warning about declaration vs initialization order. --- desmume/src/commandline.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/desmume/src/commandline.h b/desmume/src/commandline.h index 17d3da5dd..9a825b1b4 100644 --- a/desmume/src/commandline.h +++ b/desmume/src/commandline.h @@ -59,8 +59,8 @@ public: CommandLine(); ~CommandLine(); - GOptionContext *ctx; GError *error; + GOptionContext *ctx; }; #endif