X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Ffeature.h;h=274f8e91bc7eade318fcaa3e4c355e1d62e89619;hb=242c55b17e6608b29a77ca17a5b677e202a3ca90;hp=36d85bf84029ae4cb56225d4ae896e82bdc2f7dd;hpb=77461a8c0e2b5686b04cf15f3a9333b215813992;p=builder.git diff --git a/source/feature.h b/source/feature.h index 36d85bf..274f8e9 100644 --- a/source/feature.h +++ b/source/feature.h @@ -1,7 +1,7 @@ /* $Id$ This file is part of builder -Copyright © 2006-2007 Mikko Rasa, Mikkosoft Productions +Copyright © 2007, 2009 Mikko Rasa, Mikkosoft Productions Distributed under the LGPL */ @@ -15,6 +15,7 @@ struct Feature Feature(const std::string &n, const std::string &d): name(n), descr(d) { } }; + typedef std::list FeatureList; #endif