summaryrefslogtreecommitdiffstats
path: root/src/lookup/phonetic_lookup.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lookup/phonetic_lookup.h')
-rw-r--r--src/lookup/phonetic_lookup.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lookup/phonetic_lookup.h b/src/lookup/phonetic_lookup.h
index e82b07b..dc82312 100644
--- a/src/lookup/phonetic_lookup.h
+++ b/src/lookup/phonetic_lookup.h
@@ -190,8 +190,7 @@ private:
const gfloat unigram_lambda;
protected:
- ForwardPhoneticTrellis<nbest> m_forward_trellis;
- BackwardPhoneticMatrix<nbest> m_backward_matrix;
+ ForwardPhoneticTrellis<nbest> m_trellis;
protected:
/* saved varibles */