X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fanalyzer.h;h=57d6c1ae0186b83085d7f79cf5396280eaca7280;hb=dcaf06c2bba4e02a312cd6af24ddc96410e7be4e;hp=6d6af9b5ab5706a076617bd6e9a500cf84052ee3;hpb=e7fe6a0e161cbba80ef924f53792eded80cbb3a1;p=builder.git diff --git a/source/analyzer.h b/source/analyzer.h index 6d6af9b..57d6c1a 100644 --- a/source/analyzer.h +++ b/source/analyzer.h @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of builder -Copyright © 2006-2007, 2009 Mikko Rasa, Mikkosoft Productions -Distributed under the LGPL -*/ - #ifndef ANALYZER_H_ #define ANALYZER_H_ @@ -56,7 +49,7 @@ private: /** Adds rows to the table for the given target and its dependencies. */ - void build_depend_table(const Target &, unsigned); + void build_depend_table(Target &, unsigned); /** Prints out the table that resulted from the analysis.