]> git.tdb.fi Git - builder.git/blobdiff - source/feature.cpp
Base config options directly on features
[builder.git] / source / feature.cpp
index 54ed5147f622796ba3e6a6d5ae13444b764ab559..a483482c55e0a330c36a188a534f037d74fc08bf 100644 (file)
@@ -1,15 +1,8 @@
-/* $Id$
-
-This file is part of builder
-Copyright © 2009  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #include "feature.h"
 
 Feature::Loader::Loader(Feature &f):
        Msp::DataFile::ObjectLoader<Feature>(f)
 {
-       add("description", &Feature::descr);
-       add("default",     &Feature::def_value);
+       add("description", &Feature::description);
+       add("default",     &Feature::default_value);
 }