]> git.tdb.fi Git - builder.git/blobdiff - source/feature.cpp
Resolve cmdline targets and what-ifs the same way
[builder.git] / source / feature.cpp
index 7c19af5c40b5af674b00ff1f0068cc35134a8ae1..5f0ea5f42ee26b8e982184f757bd2d2142f4238b 100644 (file)
@@ -1,14 +1,7 @@
-/* $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::BasicLoader<Feature>(f)
+       Msp::DataFile::ObjectLoader<Feature>(f)
 {
        add("description", &Feature::descr);
        add("default",     &Feature::def_value);