From f9c1602a1cb8dc63a36f787fcba90d687813354c Mon Sep 17 00:00:00 2001 From: Peng Wu Date: Mon, 21 Oct 2013 11:10:11 +0800 Subject: rename pinyin_custom2.h to zhuyin_custom2.h --- src/storage/phrase_index.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/storage/phrase_index.cpp') diff --git a/src/storage/phrase_index.cpp b/src/storage/phrase_index.cpp index 062101c..7229084 100644 --- a/src/storage/phrase_index.cpp +++ b/src/storage/phrase_index.cpp @@ -20,7 +20,7 @@ */ #include "phrase_index.h" -#include "pinyin_custom2.h" +#include "zhuyin_custom2.h" using namespace zhuyin; -- cgit