summaryrefslogtreecommitdiffstats
path: root/src/include/novel_types.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/novel_types.h')
-rw-r--r--src/include/novel_types.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/include/novel_types.h b/src/include/novel_types.h
index 42dd3fc..62063ba 100644
--- a/src/include/novel_types.h
+++ b/src/include/novel_types.h
@@ -30,6 +30,8 @@
#include <limits.h>
#include <glib.h>
+namespace pinyin{
+
typedef guint32 phrase_token_t;
typedef gunichar2 utf16_t;
@@ -148,4 +150,6 @@ typedef double parameter_t;
typedef GArray * TokenVector;
typedef TokenVector MatchResults;
+};
+
#endif