summaryrefslogtreecommitdiff
path: root/decoder/ff_factory.cc
diff options
context:
space:
mode:
Diffstat (limited to 'decoder/ff_factory.cc')
-rw-r--r--decoder/ff_factory.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/decoder/ff_factory.cc b/decoder/ff_factory.cc
index aec82d38..88991fbf 100644
--- a/decoder/ff_factory.cc
+++ b/decoder/ff_factory.cc
@@ -43,7 +43,7 @@ shared_ptr<FeatureFunction> FFRegistry::Create(const string& ffname, const strin
}
res = it->second->Create(p);
res->name=ffname;
- res->debug=debug;
+ res->debug_=debug;
}
return res;
}