]> git.tdb.fi Git - builder.git/blobdiff - source/virtualfilesystem.h
Don't pass including file location to find_header
[builder.git] / source / virtualfilesystem.h
index 09a4bf798d5c9a12bb3483fb0e0fd1957ceb3214..592f6bfdf0603098b9612466d0fc25165a0d0989 100644 (file)
@@ -33,7 +33,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. */
-       FileTarget *find_header(const std::string &, const Msp::FS::Path &, const SearchPath &);
+       FileTarget *find_header(const std::string &, const SearchPath &);
 
        /** 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"