]> git.tdb.fi Git - builder.git/blob - source/feature.cpp
Replace per-file copyright notices with a single file
[builder.git] / source / feature.cpp
1 #include "feature.h"
2
3 Feature::Loader::Loader(Feature &f):
4         Msp::DataFile::ObjectLoader<Feature>(f)
5 {
6         add("description", &Feature::descr);
7         add("default",     &Feature::def_value);
8 }