summaryrefslogtreecommitdiff
path: root/extools
diff options
context:
space:
mode:
authorChris Dyer <cdyer@cs.cmu.edu>2011-04-27 14:16:57 -0400
committerChris Dyer <cdyer@cs.cmu.edu>2011-04-27 14:16:57 -0400
commit3d15b89fb78a0dc22b1879e491b781044b6b5f9a (patch)
treebeaddf9eac4fb66da71680ce6b1f3dd4d11a46bd /extools
parent3a619395b355ddb519538fb206e4880783a5a937 (diff)
fix compile error with FastSparseVector enabled
Diffstat (limited to 'extools')
-rw-r--r--extools/featurize_grammar.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/extools/featurize_grammar.cc b/extools/featurize_grammar.cc
index 0c3418eb..ebae9fdc 100644
--- a/extools/featurize_grammar.cc
+++ b/extools/featurize_grammar.cc
@@ -660,7 +660,7 @@ struct Featurizer {
cout << " ||| ";
WriteAnonymous(it->first, &cout);
cout << " ||| ";
- feats.Write(false, &cout);
+ print(cout,feats,"=");
cout << endl;
}
}