]> git.tdb.fi Git - builder.git/blobdiff - source/file.cpp
Change the default value of the cpu option to "none" since there's no actual autodete...
[builder.git] / source / file.cpp
index e2b3c27b429a11d5d82df497d30fa282bfdcc2d1..e605f0804cc8b5173ff664e7aca7c2b8c9da4577 100644 (file)
@@ -1,14 +1,12 @@
 /* $Id$
 
 This file is part of builder
-Copyright © 2007 Mikko Rasa, Mikkosoft Productions
+Copyright © 2007, 2009  Mikko Rasa, Mikkosoft Productions
 Distributed under the LGPL
 */
 
 #include "file.h"
 
-using namespace std;
-
-File::File(Builder &b, const string &n):
-       Target(b, 0, n)
+File::File(Builder &b, const Msp::FS::Path &p):
+       FileTarget(b, 0, p)
 { }