X-Git-Url: https://git.teslayout.com/public/public/public/?p=anna.git;a=blobdiff_plain;f=include%2Fanna%2Fcore%2Futil%2FCommandLine.hpp;h=6cd4c7867567dcaf8bc315be9cb84eba75dfe8be;hp=35fbb34b77e1f35c63c094f9f9473f59c5a4a290;hb=7ee10b64f4c116460ffef5784eb9ef87d3f2339c;hpb=1a1b334a0d2b023bd778f0a19665cc9017dbc94a 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;