summaryrefslogtreecommitdiffstats
path: root/src/plugins/codecs
diff options
context:
space:
mode:
authorMark Brand <mabrand@mabrand.nl>2011-07-03 22:45:15 +0200
committerQt by Nokia <qt-info@nokia.com>2012-01-13 11:30:43 +0100
commit621b121c07bcbc5639d3c412224496489d41fad4 (patch)
treef5a8e7b4a890d62bf1032472a92994337ca42a91 /src/plugins/codecs
parent7549dc9e545e9e8a730af6a65c4954627979f53c (diff)
add missing multiple inclusion guard
Change-Id: I82e9d1ddfc1a46bf47b8948dce800dcbcc1a0305 Reviewed-by: Robin Burchell <robin+qt@viroteck.net> Reviewed-by: Constantin Makshin <cmakshin@gmail.com> Reviewed-by: hjk <qthjk@ovi.com>
Diffstat (limited to 'src/plugins/codecs')
-rw-r--r--src/plugins/codecs/kr/cp949codetbl.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/plugins/codecs/kr/cp949codetbl.h b/src/plugins/codecs/kr/cp949codetbl.h
index 48bb40685e..25723c7999 100644
--- a/src/plugins/codecs/kr/cp949codetbl.h
+++ b/src/plugins/codecs/kr/cp949codetbl.h
@@ -39,6 +39,9 @@
**
****************************************************************************/
+#ifndef CP949CODETBL_H
+#define CP494CODETBL_H
+
static const unsigned short cp949_icode_to_unicode[] = {
0xac02, 0xac03, 0xac05, 0xac06, 0xac0b, 0xac0c, 0xac0d, 0xac0e, 0xac0f, 0xac18, 0xac1e, 0xac1f, 0xac21, 0xac22, 0xac23,
0xac25, 0xac26, 0xac27, 0xac28, 0xac29, 0xac2a, 0xac2b, 0xac2e, 0xac32, 0xac33, 0xac34, 0xac35, 0xac36, 0xac37, 0xac3a,
@@ -630,3 +633,5 @@ static const unsigned short cp949_icode_to_unicode[] = {
0xd78e, 0xd78f, 0xd791, 0xd792, 0xd793, 0xd794, 0xd795, 0xd796, 0xd797, 0xd79a, 0xd79c, 0xd79e, 0xd79f, 0xd7a0, 0xd7a1,
0xd7a2, 0xd7a3
};
+
+#endif // CP494CODETBL_H