summaryrefslogtreecommitdiffstats
path: root/src/PYLibPinyin.cc
diff options
context:
space:
mode:
authorPeng Wu <alexepico@gmail.com>2013-03-22 15:03:19 +0800
committerPeng Wu <alexepico@gmail.com>2013-03-22 15:03:19 +0800
commit78bb55af56ff09fe61573cb3b778f0a4e8326c73 (patch)
tree0bff55659f5e32200325bdf7b4812e8c01f563ce /src/PYLibPinyin.cc
parentd375107f4c4118ecc4f74cb11e5372a42e8554b5 (diff)
downloadibus-libpinyin-78bb55af56ff09fe61573cb3b778f0a4e8326c73.tar.gz
ibus-libpinyin-78bb55af56ff09fe61573cb3b778f0a4e8326c73.tar.xz
ibus-libpinyin-78bb55af56ff09fe61573cb3b778f0a4e8326c73.zip
fixes compile
Diffstat (limited to 'src/PYLibPinyin.cc')
-rw-r--r--src/PYLibPinyin.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/PYLibPinyin.cc b/src/PYLibPinyin.cc
index 12ed8bc..eb88e16 100644
--- a/src/PYLibPinyin.cc
+++ b/src/PYLibPinyin.cc
@@ -27,7 +27,6 @@
#define LIBPINYIN_SAVE_TIMEOUT (5 * 60)
-using namespace pinyin;
using namespace PY;
std::unique_ptr<LibPinyinBackEnd> LibPinyinBackEnd::m_instance;