diff options
author | Peng Wu <alexepico@gmail.com> | 2011-04-01 11:03:46 +0800 |
---|---|---|
committer | Peng Wu <alexepico@gmail.com> | 2011-04-02 15:11:18 +0800 |
commit | f1f777630f85e58b01b472da23e3f72a71dd1f49 (patch) | |
tree | 5f41f2bd66ef04b41950a9a67ee39459dd46b587 /src/storage/ngram.h | |
parent | 37498f130e673dcb3052c029c0407ffa483dda8a (diff) | |
download | libpinyin-f1f777630f85e58b01b472da23e3f72a71dd1f49.tar.gz libpinyin-f1f777630f85e58b01b472da23e3f72a71dd1f49.tar.xz libpinyin-f1f777630f85e58b01b472da23e3f72a71dd1f49.zip |
refine code
Diffstat (limited to 'src/storage/ngram.h')
-rw-r--r-- | src/storage/ngram.h | 4 |
1 files changed, 2 insertions, 2 deletions
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 |