X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Ffile.cpp;h=4a870e718069cfd2a0cc4c45a819d8b1bc5dc8c3;hb=66d1078c04849ec17a7343d0494d6ed087e04318;hp=e2b3c27b429a11d5d82df497d30fa282bfdcc2d1;hpb=242c55b17e6608b29a77ca17a5b677e202a3ca90;p=builder.git diff --git a/source/file.cpp b/source/file.cpp index e2b3c27..4a870e7 100644 --- a/source/file.cpp +++ b/source/file.cpp @@ -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) { }