summaryrefslogtreecommitdiffstats
path: root/src/storage/pinyin_custom.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/storage/pinyin_custom.h')
-rw-r--r--src/storage/pinyin_custom.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/storage/pinyin_custom.h b/src/storage/pinyin_custom.h
index 04c97ed..86d4e0c 100644
--- a/src/storage/pinyin_custom.h
+++ b/src/storage/pinyin_custom.h
@@ -19,9 +19,14 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
+
#ifndef PINYIN_CUSTOM_H
#define PINYIN_CUSTOM_H
+
+namespace pinyin{
+
+
/**
* @brief enums of pinyin ambiguities.
*
@@ -114,4 +119,6 @@ struct PinyinCustomSettings
}
};
+};
+
#endif