diff options
| author | Peng Wu <alexepico@gmail.com> | 2013-10-21 10:40:22 +0800 |
|---|---|---|
| committer | Peng Wu <alexepico@gmail.com> | 2013-10-21 10:40:22 +0800 |
| commit | 082a23265118587b6893105809341f8c040bcc1c (patch) | |
| tree | 93804d0d4b043fc09a6fca6fc190a35daa26b1a4 /src/pinyin.cpp | |
| parent | 3aa1f8ac784d64dbc89de9922dbbe0590db77c10 (diff) | |
rename namespace pinyin to zhuyin
Diffstat (limited to 'src/pinyin.cpp')
| -rw-r--r-- | src/pinyin.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pinyin.cpp b/src/pinyin.cpp index a389637..bb03356 100644 --- a/src/pinyin.cpp +++ b/src/pinyin.cpp @@ -27,7 +27,7 @@ #include "pinyin_internal.h" -using namespace pinyin; +using namespace zhuyin; /* a glue layer for input method integration. */ |
