X-Git-Url: http://git.tdb.fi/?p=libs%2Fcore.git;a=blobdiff_plain;f=source%2Fcore%2Fgetopt.h;h=405864bb27bfdda1668537a35630550465963482;hp=3b579a664feff1caec0786de762b305647e5fe78;hb=44da9fc9afb6b7e49c1558c5572213a1e6f401e8;hpb=817e584903996a041692640720a5a272d847a3c7 diff --git a/source/core/getopt.h b/source/core/getopt.h index 3b579a6..405864b 100644 --- a/source/core/getopt.h +++ b/source/core/getopt.h @@ -203,12 +203,9 @@ private: { data.push_back(lexical_cast(a)); } }; - typedef std::list OptionList; - typedef std::list ArgumentList; - bool help; - OptionList opts; - ArgumentList args; + std::vector opts; + std::vector args; std::vector args_raw; public: