X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fcsourcefile.h;h=9ed736a4f770566e943cbdbf447235d37af9b067;hb=93c0466ccf46aa3d43541a1aa6a75192d237b3eb;hp=8c61a515db5544ef4e274d7037a41e456725fd07;hpb=fcb86bba9e8ea7e3c93f7f1748c0291b307c46ed;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