X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fbuilder.h;h=0ebf2df1eb0ddada01c1651bc4baeb44045d2b95;hb=66d1078c04849ec17a7343d0494d6ed087e04318;hp=90a8a7c4efe600b1341bf5d5934d0273447394df;hpb=242c55b17e6608b29a77ca17a5b677e202a3ca90;p=builder.git diff --git a/source/builder.h b/source/builder.h index 90a8a7c..0ebf2df 100644 --- a/source/builder.h +++ b/source/builder.h @@ -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"