From 62bdc82ef11924ac4991bf4589e0964b8a3213f3 Mon Sep 17 00:00:00 2001 From: Peng Wu Date: Sat, 22 Oct 2011 10:52:06 +0800 Subject: begin to add pinyin_custom2.h --- src/pinyin.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/pinyin.h') diff --git a/src/pinyin.h b/src/pinyin.h index ec5b141..339e9a3 100644 --- a/src/pinyin.h +++ b/src/pinyin.h @@ -28,7 +28,7 @@ #include "pinyin_custom.h" #include "pinyin_base.h" #include "chewing_key.h" -#include "chewing_custom.h" +#include "pinyin_custom2.h" using namespace pinyin; -- cgit