X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Ffeature.h;h=0dca1f524ed315cf681df464abd278a2da384879;hb=451ef4f33b5a57dcb56bd7cb671bed359ac86247;hp=f8ec33471de5995e255e68c048a203e8ade78be2;hpb=d1f9551e05c9d341149eb490e05b1465d3d6b711;p=builder.git diff --git a/source/feature.h b/source/feature.h index f8ec334..0dca1f5 100644 --- a/source/feature.h +++ b/source/feature.h @@ -20,7 +20,7 @@ struct Feature std::vector choices; bool exported = false; - Feature(const std::string &); + Feature(const std::string &n): name(n) { } }; #endif