X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fcompile.h;h=5e0d47f3104ca148ee47e99620f2e7e2b97b51b7;hb=1a46151c99a406123c4ddfc797a7841baf3e4cc2;hp=42ae95c1f45c125ade30dc9bc92e730ab968efd7;hpb=4fcc283a4bb1f695bd124006906bcdaba053193f;p=builder.git diff --git a/source/compile.h b/source/compile.h index 42ae95c..5e0d47f 100644 --- a/source/compile.h +++ b/source/compile.h @@ -5,15 +5,12 @@ #include "externalaction.h" class Component; +class ObjectFile; class Compile: public ExternalAction { public: - Compile(Builder &, const Msp::Path::Path &, const Msp::Path::Path &, const Component &); -private: - Msp::Path::Path source; - Msp::Path::Path object; - const Component ∁ + Compile(Builder &, const ObjectFile &); }; #endif