]> git.tdb.fi Git - builder.git/blobdiff - source/builder.h
Rework the Target class hierarchy
[builder.git] / source / builder.h
index 90a8a7c4efe600b1341bf5d5934d0273447394df..0ebf2df1eb0ddada01c1651bc4baeb44045d2b95 100644 (file)
@@ -124,7 +124,7 @@ public:
        path.  Considers known targets as well as existing files.  If a matching
        target is not found but a file exists, a new SystemHeader target will be
        created and returned. */
-       Target *get_header(const std::string &, const std::string &, const StringList &);
+       Target *get_header(const std::string &, const Msp::FS::Path &, const StringList &);
 
        /** Tries to locate a library in a library path.  The library name should be
        the same as would be given to the linker with -l, i.e. without the "lib"