]> git.tdb.fi Git - builder.git/blobdiff - source/file.cpp
Rework the Target class hierarchy
[builder.git] / source / file.cpp
index e2b3c27b429a11d5d82df497d30fa282bfdcc2d1..4a870e718069cfd2a0cc4c45a819d8b1bc5dc8c3 100644 (file)
@@ -1,7 +1,7 @@
 /* $Id$
 
 This file is part of builder
-Copyright © 2007 Mikko Rasa, Mikkosoft Productions
+Copyright © 2007, 2009  Mikko Rasa, Mikkosoft Productions
 Distributed under the LGPL
 */
 
@@ -10,5 +10,5 @@ Distributed under the LGPL
 using namespace std;
 
 File::File(Builder &b, const string &n):
-       Target(b, 0, n)
+       FileTarget(b, 0, n)
 { }