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