X-Git-Url: http://git.tdb.fi/?p=libs%2Fcore.git;a=blobdiff_plain;f=source%2Fcore%2Fgetopt.h;fp=source%2Fcore%2Fgetopt.h;h=405864bb27bfdda1668537a35630550465963482;hp=27ce4cf2fdb05824b3834eb0d972a7192ec3a1fd;hb=44da9fc9afb6b7e49c1558c5572213a1e6f401e8;hpb=f24e7b96e76b63c9b9b8a6bce4c7a9db64276ea8 diff --git a/source/core/getopt.h b/source/core/getopt.h index 27ce4cf..405864b 100644 --- a/source/core/getopt.h +++ b/source/core/getopt.h @@ -204,8 +204,8 @@ private: }; bool help; - std::list opts; - std::list args; + std::vector opts; + std::vector args; std::vector args_raw; public: