X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fcsourcefile.cpp;h=ca061d2b19e581ccdc1f6f308c2848533f8135c9;hb=93c0466ccf46aa3d43541a1aa6a75192d237b3eb;hp=ee301d7254d35b9699687e80f9d20d8663e83adb;hpb=fcb86bba9e8ea7e3c93f7f1748c0291b307c46ed;p=builder.git diff --git a/source/csourcefile.cpp b/source/csourcefile.cpp index ee301d7..ca061d2 100644 --- a/source/csourcefile.cpp +++ b/source/csourcefile.cpp @@ -59,3 +59,10 @@ void CSourceFile::find_dependencies() add_dependency(*hdr); } } + +void CSourceFile::modified() +{ + includes.clear(); + depends.clear(); + find_dependencies(); +}