X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fbinary.h;h=8e6761f6c434ea7fa4dbfd8fafb47658071859eb;hb=c8dfe708b5551818dad3f6cf3e86cc72fe684572;hp=303bd51fa60589de50f6cc6ff229f0f44ce87af1;hpb=2606b03da59dc10e3826b833a2fceb0831d79972;p=builder.git diff --git a/source/binary.h b/source/binary.h index 303bd51..8e6761f 100644 --- a/source/binary.h +++ b/source/binary.h @@ -17,7 +17,7 @@ protected: Binary(Builder &, const Component &, const std::string &, const std::list &); public: - virtual void find_depends(); + virtual void find_dependencies(); }; #endif