X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Ffile.h;h=ba8f9b42bfcea925fe967eacaf62d9d976d186da;hb=2edc25f87590bd81808792c3c38cab5ae8b94eb3;hp=19d14af92749a425e2f8268fcb483cc62d9fb0f5;hpb=5622fc20f0be8bff0938d24f6f45d3ab384288ca;p=builder.git diff --git a/source/file.h b/source/file.h index 19d14af..ba8f9b4 100644 --- a/source/file.h +++ b/source/file.h @@ -16,7 +16,7 @@ Just a file. Any file, not attached to a package. class File: public FileTarget { public: - File(Builder &, const std::string &); + File(Builder &, const Msp::FS::Path &); virtual const char *get_type() const { return "File"; } private: virtual Action *create_action() { return 0; }