]> git.tdb.fi Git - builder.git/blobdiff - source/feature.cpp
Further changes for library compatibility
[builder.git] / source / feature.cpp
index 7c19af5c40b5af674b00ff1f0068cc35134a8ae1..54ed5147f622796ba3e6a6d5ae13444b764ab559 100644 (file)
@@ -8,7 +8,7 @@ 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);