]> git.tdb.fi Git - builder.git/blobdiff - source/file.h
Add a tarball component type
[builder.git] / source / file.h
index 19d14af92749a425e2f8268fcb483cc62d9fb0f5..ba8f9b42bfcea925fe967eacaf62d9d976d186da 100644 (file)
@@ -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; }