X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fcsourcefile.cpp;h=ca061d2b19e581ccdc1f6f308c2848533f8135c9;hb=3f1f24c02c5ef21791e5b24ff535d59969cd7625;hp=ee301d7254d35b9699687e80f9d20d8663e83adb;hpb=f76c063eb9b792088e034ffb4c2f173b843e8c57;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(); +}