X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fanalyzer.h;h=5827480cdd913765a7353e73a97068d20b6f4f27;hb=d1f9551e05c9d341149eb490e05b1465d3d6b711;hp=373150b847690039a77e402a737e5d57c8bdef9f;hpb=3938f8030b1f62802decce19777ce70fdafaff10;p=builder.git diff --git a/source/analyzer.h b/source/analyzer.h index 373150b..5827480 100644 --- a/source/analyzer.h +++ b/source/analyzer.h @@ -1,7 +1,6 @@ #ifndef ANALYZER_H_ #define ANALYZER_H_ -#include #include #include #include @@ -28,10 +27,10 @@ private: using TableRow = std::vector; Builder &builder; - Mode mode; - std::list table; - unsigned max_depth; - bool full_paths; + Mode mode = DEPS; + std::vector table; + unsigned max_depth = 0; + bool full_paths = false; std::map > rdepends; public: