X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fanalyzer.cpp;h=eae9de75a182c5c83c4b36850464634e4b19e11b;hb=36a7c1a4d4d2b45be16c1e5d862af51e0ded1e93;hp=37c8911c4bcb3e8562837eaae5634c8d9e961bcd;hpb=1fdef3ec9d6291af8a467ea0e2c90e7f19141ae2;p=builder.git diff --git a/source/analyzer.cpp b/source/analyzer.cpp index 37c8911..eae9de7 100644 --- a/source/analyzer.cpp +++ b/source/analyzer.cpp @@ -95,7 +95,7 @@ void Analyzer::build_depend_table(Target &tgt, unsigned depth) void Analyzer::print_table() const { - vector col_width; + vector col_width; // Determine column widths for(Table::const_iterator i=table.begin(); i!=table.end(); ++i)