From f1f777630f85e58b01b472da23e3f72a71dd1f49 Mon Sep 17 00:00:00 2001 From: Peng Wu Date: Fri, 1 Apr 2011 11:03:46 +0800 Subject: refine code --- src/storage/ngram.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/storage/ngram.h') diff --git a/src/storage/ngram.h b/src/storage/ngram.h index c4fdf7b..c5e7bc8 100644 --- a/src/storage/ngram.h +++ b/src/storage/ngram.h @@ -66,12 +66,12 @@ public: /* get_total_freq method * used in user bigram table */ - bool get_total_freq(guint32 & m_total); + bool get_total_freq(guint32 & total); /* set_total_freq method * used in user bigram table */ - bool set_total_freq(guint32 m_total); + bool set_total_freq(guint32 total); /* prune one method * only used in training -- cgit