summaryrefslogtreecommitdiffstats
path: root/src/storage/chewing_large_table2.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/storage/chewing_large_table2.h')
-rw-r--r--src/storage/chewing_large_table2.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/storage/chewing_large_table2.h b/src/storage/chewing_large_table2.h
index 62d8e38..64db0d4 100644
--- a/src/storage/chewing_large_table2.h
+++ b/src/storage/chewing_large_table2.h
@@ -39,7 +39,7 @@
namespace pinyin{
/* As this is a template class, the code will be in the header file. */
-template<size_t phrase_length>
+template<int phrase_length>
class ChewingTableEntry{
friend class ChewingLargeTable2;
protected: