X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fbuildercli.h;h=4fcdb0395052913b217f529f31b8b66c2e4d494e;hb=aa053d637e8259755af7d2e4b510a242f4d29c7b;hp=77e58ca9b472c2081fca80946b2a267229633096;hpb=bde362811368647047f3ca13bdec596f092ecffe;p=builder.git diff --git a/source/buildercli.h b/source/buildercli.h index 77e58ca..4fcdb03 100644 --- a/source/buildercli.h +++ b/source/buildercli.h @@ -12,9 +12,7 @@ Provides a command-line interface for Builder. class BuilderCLI: public Msp::RegisteredApplication { private: - typedef std::list NameList; - - NameList cmdline_targets; + std::vector cmdline_targets; Config::InputOptions cmdline_options; Msp::FS::Path cwd; @@ -29,7 +27,7 @@ private: bool show_progress; std::string build_file; unsigned jobs; - NameList what_if; + std::vector what_if; bool conf_all; bool conf_only; bool build_all;