X-Git-Url: http://git.tdb.fi/?p=builder.git;a=blobdiff_plain;f=source%2Fvirtualfilesystem.h;h=a3327de2490001c1f3e3c349ac284e66fb9c7611;hp=90151fe86983163cd87edb61ad5624e08707db80;hb=f5413fd8f007164591af26be9ded15ee7c707540;hpb=a4f02f02d4682c7f504e46ff2ce8f93035fd36dd diff --git a/source/virtualfilesystem.h b/source/virtualfilesystem.h index 90151fe..a3327de 100644 --- a/source/virtualfilesystem.h +++ b/source/virtualfilesystem.h @@ -42,7 +42,7 @@ public: /** Locates a source file. If a file is found but no target is associated with it, a new package-less target is created with the appropriate tool. If use_syspath is true, the system path reported by the tool is also searched. */ - FileTarget *find_header(const std::string &, const Tool *, const SearchPath &, bool use_syspath = true); + FileTarget *find_header(const std::string &, Tool *, const SearchPath &, bool use_syspath = true); /** Locates a library. The library name should be the same as what would be used in linking with the library. If a file is found but no target is