X-Git-Url: https://git.teslayout.com/public/public/public/?a=blobdiff_plain;f=include%2Fanna%2Fcore%2Futil%2FCommandLine.hpp;h=6cd4c7867567dcaf8bc315be9cb84eba75dfe8be;hb=eb446c670d53aa275d78b366ef1faf2b32ca964e;hp=35fbb34b77e1f35c63c094f9f9473f59c5a4a290;hpb=93366a0bda79e6fd6e7dad6316bfcf8cc82f5731;p=anna.git diff --git a/include/anna/core/util/CommandLine.hpp b/include/anna/core/util/CommandLine.hpp index 35fbb34..6cd4c78 100644 --- a/include/anna/core/util/CommandLine.hpp +++ b/include/anna/core/util/CommandLine.hpp @@ -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;