X-Git-Url: http://git.tdb.fi/?p=libs%2Fcore.git;a=blobdiff_plain;f=source%2Fcore%2Fgetopt.h;h=27ce4cf2fdb05824b3834eb0d972a7192ec3a1fd;hp=3b579a664feff1caec0786de762b305647e5fe78;hb=f24e7b96e76b63c9b9b8a6bce4c7a9db64276ea8;hpb=9f754b788b872f9768af8c3a4f9e001a588e011a diff --git a/source/core/getopt.h b/source/core/getopt.h index 3b579a6..27ce4cf 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::list opts; + std::list args; std::vector args_raw; public: