X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fcsourcefile.h;h=b83c0db28a4209afb3231a5b424d8b21bbb9e05b;hb=a0868300fc26496b5a7551d1b732925c11350fdd;hp=035f66780725135a4c49799a03666a8fffcc07d7;hpb=69cdee2c53972c1dd7e1b9d83ddcd8f6c3c589f7;p=builder.git diff --git a/source/csourcefile.h b/source/csourcefile.h index 035f667..b83c0db 100644 --- a/source/csourcefile.h +++ b/source/csourcefile.h @@ -18,6 +18,7 @@ public: virtual const char *get_type() const { return "CSourceFile"; } const StringList &get_includes() const { return includes; } +private: virtual void find_dependencies(); };