]> git.tdb.fi Git - builder.git/blobdiff - source/link.h
Replace per-file copyright notices with a single file
[builder.git] / source / link.h
index 484838854cfd8f74b8aeb62bb1be1408f04b45e9..ccad294fae31678b1ed3ead4f6993ecc9ee95865 100644 (file)
@@ -11,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