X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fsourcefile.cpp;h=062665c22d2fda44636d1c591eba55a3c01deb8e;hb=51d5a0f618faabfce9a0a5d5dd64b0b0d52b97cb;hp=58c498e1f6c88cdddc0932c1ebb54d07a91a1455;hpb=43bd25ffcb0b4f7882773f4676b209a99cb73c04;p=builder.git diff --git a/source/sourcefile.cpp b/source/sourcefile.cpp index 58c498e..062665c 100644 --- a/source/sourcefile.cpp +++ b/source/sourcefile.cpp @@ -75,7 +75,7 @@ void SourceFile::find_depends() FS::Path dir = FS::dirname(path); for(list::iterator i=includes.begin(); i!=includes.end(); ++i) { - Target *hdr = builder.get_header(*i, dir, incpath); + Target *hdr = builder.get_vfs().find_header(*i, dir, incpath); if(hdr) add_depend(hdr); }