From 8f8410771a0d3f2ca0f1aa4f404d440e3133b672 Mon Sep 17 00:00:00 2001 From: Chris Dyer Date: Wed, 27 Apr 2011 14:16:57 -0400 Subject: fix compile error with FastSparseVector enabled --- extools/featurize_grammar.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'extools/featurize_grammar.cc') 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; } } -- cgit v1.2.3