summaryrefslogtreecommitdiff
path: root/decoder/ff.cc
diff options
context:
space:
mode:
authorgraehl <graehl@ec762483-ff6d-05da-a07a-a48fb63a330f>2010-08-07 00:07:45 +0000
committergraehl <graehl@ec762483-ff6d-05da-a07a-a48fb63a330f>2010-08-07 00:07:45 +0000
commit83654f58e1f5f5518ac0e30ad354eebda67fa774 (patch)
treeac9fe9f7bc495b4e6a89d07e081ced252d8282ea /decoder/ff.cc
parent784f179f1320220a73506d60a7711a9020c0b3d7 (diff)
dynamic fsa ff, factory for fsa and ff shares code, factory moved to ff_factory.cc
git-svn-id: https://ws10smt.googlecode.com/svn/trunk@483 ec762483-ff6d-05da-a07a-a48fb63a330f
Diffstat (limited to 'decoder/ff.cc')
-rw-r--r--decoder/ff.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/decoder/ff.cc b/decoder/ff.cc
index 28620bab..a23f1655 100644
--- a/decoder/ff.cc
+++ b/decoder/ff.cc
@@ -43,7 +43,7 @@ Features ModelSet::all_features(std::ostream *warn,bool warn0) {
FFM ff_from;
for (unsigned i=0;i<models_.size();++i) {
FeatureFunction const& ff=*models_[i];
- string const& ffname=ff.name;
+ string const& ffname=ff.name_;
FFS si=ff.features();
if (si.empty()) {
WARNFF(ffname<<" doesn't yet report any feature IDs - implement features() method?");