]> git.tdb.fi Git - builder.git/blobdiff - source/analyzer.h
Target::prepare shouldn't be virtual
[builder.git] / source / analyzer.h
index 6d6af9b5ab5706a076617bd6e9a500cf84052ee3..57d6c1ae0186b83085d7f79cf5396280eaca7280 100644 (file)
@@ -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.