X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fbuildercli.h;h=28388a01b169533290db8e8190388b1c934b5905;hb=564160e126f525dda52f27044d29b479088da191;hp=77e58ca9b472c2081fca80946b2a267229633096;hpb=bde362811368647047f3ca13bdec596f092ecffe;p=builder.git diff --git a/source/buildercli.h b/source/buildercli.h index 77e58ca..28388a0 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::list 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::list what_if; bool conf_all; bool conf_only; bool build_all;