summaryrefslogtreecommitdiffstats
path: root/src/storage/ngram.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/storage/ngram.h')
-rw-r--r--src/storage/ngram.h4
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