X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Ffile.cpp;h=e605f0804cc8b5173ff664e7aca7c2b8c9da4577;hb=2edc25f87590bd81808792c3c38cab5ae8b94eb3;hp=4a870e718069cfd2a0cc4c45a819d8b1bc5dc8c3;hpb=5622fc20f0be8bff0938d24f6f45d3ab384288ca;p=builder.git diff --git a/source/file.cpp b/source/file.cpp index 4a870e7..e605f08 100644 --- a/source/file.cpp +++ b/source/file.cpp @@ -7,8 +7,6 @@ Distributed under the LGPL #include "file.h" -using namespace std; - -File::File(Builder &b, const string &n): - FileTarget(b, 0, n) +File::File(Builder &b, const Msp::FS::Path &p): + FileTarget(b, 0, p) { }