diff options
author | Peng Wu <alexepico@gmail.com> | 2013-03-22 11:06:55 +0800 |
---|---|---|
committer | Peng Wu <alexepico@gmail.com> | 2013-03-22 11:06:55 +0800 |
commit | 2cc2dadc6bf0149f1a0ed386880e3fb4262e3b67 (patch) | |
tree | eeae3a546ef83e79010f03a7fdc5f09cd1013f94 /tests | |
parent | 60d7294cce9c5f57e3497765783b9fa65e7ff9c0 (diff) | |
download | libpinyin-2cc2dadc6bf0149f1a0ed386880e3fb4262e3b67.tar.gz libpinyin-2cc2dadc6bf0149f1a0ed386880e3fb4262e3b67.tar.xz libpinyin-2cc2dadc6bf0149f1a0ed386880e3fb4262e3b67.zip |
use G_BEGIN/END_DECLS
Diffstat (limited to 'tests')
-rw-r--r-- | tests/test_pinyin.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/test_pinyin.cpp b/tests/test_pinyin.cpp index a3cde5e..76a235e 100644 --- a/tests/test_pinyin.cpp +++ b/tests/test_pinyin.cpp @@ -24,8 +24,6 @@ #include <stdlib.h> #include <string.h> -using namespace pinyin; - int main(int argc, char * argv[]){ pinyin_context_t * context = pinyin_init("../data", "../data"); |