From 275114c28f590f72bb7329cf53b88977baabc004 Mon Sep 17 00:00:00 2001 From: Peng Wu Date: Mon, 18 Oct 2010 13:35:16 +0800 Subject: fixes pinyin lookup header --- src/lookup/pinyin_lookup.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/lookup') diff --git a/src/lookup/pinyin_lookup.h b/src/lookup/pinyin_lookup.h index 0e8287f..e8aecd9 100644 --- a/src/lookup/pinyin_lookup.h +++ b/src/lookup/pinyin_lookup.h @@ -19,8 +19,8 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -#ifndef LOOKUP_H -#define LOOKUP_H +#ifndef PINYIN_LOOKUP_H +#define PINYIN_LOOKUP_H #include #include -- cgit