]> git.tdb.fi Git - builder.git/blobdiff - source/feature.h
Inline simple constructors
[builder.git] / source / feature.h
index f8ec33471de5995e255e68c048a203e8ade78be2..0dca1f524ed315cf681df464abd278a2da384879 100644 (file)
@@ -20,7 +20,7 @@ struct Feature
        std::vector<std::string> choices;
        bool exported = false;
 
-       Feature(const std::string &);
+       Feature(const std::string &n): name(n) { }
 };
 
 #endif