Remove warnings
[anna.git] / include / anna / core / util / CommandLine.hpp
index 35fbb34..6cd4c78 100644 (file)
@@ -193,11 +193,11 @@ private:
 
   protected:
     std::string a_name1, a_name2;
-    const char* a_comment;
-    char* a_value;
     Argument::Type a_type;
+    const char* a_comment;
     bool a_needValue;
     bool a_isOn;
+    char* a_value;
   };
 
   const char **a_argv;