X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fcsourcefile.h;h=9ed736a4f770566e943cbdbf447235d37af9b067;hb=e516e78510ad455eebc0e06645c9f12943117525;hp=8c61a515db5544ef4e274d7037a41e456725fd07;hpb=f76c063eb9b792088e034ffb4c2f173b843e8c57;p=builder.git diff --git a/source/csourcefile.h b/source/csourcefile.h index 8c61a51..9ed736a 100644 --- a/source/csourcefile.h +++ b/source/csourcefile.h @@ -22,6 +22,7 @@ public: const IncludeList &get_includes() const { return includes; } private: virtual void find_dependencies(); + virtual void modified(); }; #endif