X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;ds=sidebyside;f=source%2Fsourcepackage.h;h=fce58a659fdd925f5b18411ff06035890d6797ca;hb=3043044d8ef02ef77def454fdede87927f5aa1f8;hp=68b89c85279e4ab9327be954b457f4f8a2742de2;hpb=8f99b70eb78bdb5537afc77aa283961a2e825506;p=builder.git diff --git a/source/sourcepackage.h b/source/sourcepackage.h index 68b89c8..fce58a6 100644 --- a/source/sourcepackage.h +++ b/source/sourcepackage.h @@ -36,8 +36,8 @@ public: void feature(const std::string &, const std::string &); template void component(const std::string &); - template - void component_arg(const std::string &); + template + void component_arg(A, const std::string &); void build_info(); void generate(const std::string &); void interface_version(const std::string &);