]> git.tdb.fi Git - builder.git/blobdiff - source/feature.h
Reorder class members
[builder.git] / source / feature.h
index 36d85bf84029ae4cb56225d4ae896e82bdc2f7dd..274f8e91bc7eade318fcaa3e4c355e1d62e89619 100644 (file)
@@ -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<Feature> FeatureList;
 
 #endif