X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Finstall.h;h=503205a021f0a4223e9bb537078193d130d05444;hb=1a46151c99a406123c4ddfc797a7841baf3e4cc2;hp=2aa3280a75778494e664c0a8562c43e17dd12098;hpb=4fcc283a4bb1f695bd124006906bcdaba053193f;p=builder.git diff --git a/source/install.h b/source/install.h index 2aa3280..503205a 100644 --- a/source/install.h +++ b/source/install.h @@ -8,8 +8,8 @@ class Install: public Target public: Install(Builder &, const Package &, Target &, const std::string &); const char *get_type() const { return "Install"; } - void check_rebuild(); - Action *build(); + void check_rebuild(); + Action *build(); private: };