X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Flink.h;h=ccad294fae31678b1ed3ead4f6993ecc9ee95865;hb=0c83b922e56976a30506d9f8d43c9dcd38d573b5;hp=d58d821ccd1ab41c365fdf395f642cec4a797937;hpb=7aeaa4ba965f596edad438c02e345a8843f7469a;p=builder.git diff --git a/source/link.h b/source/link.h index d58d821..ccad294 100644 --- a/source/link.h +++ b/source/link.h @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of builder -Copyright © 2006-2007 Mikko Rasa, Mikkosoft Productions -Distributed under the LGPL -*/ - #ifndef LINK_H_ #define LINK_H_ @@ -18,7 +11,7 @@ Links object files and libraries to produce an executable. class Link: public ExternalAction { public: - Link(Builder &, const Executable &); + Link(Builder &, const Binary &); }; #endif