From b79a4739153577138d5f01dd381d8b5184763021 Mon Sep 17 00:00:00 2001 From: MANTANI Nobutaka Date: Sat, 27 Oct 2018 15:45:32 +0000 Subject: - Fix build error with Clang 6. - Pet portlint. --- japanese/jmode/files/patch-src_anthyconv.cpp | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 japanese/jmode/files/patch-src_anthyconv.cpp (limited to 'japanese/jmode/files/patch-src_anthyconv.cpp') diff --git a/japanese/jmode/files/patch-src_anthyconv.cpp b/japanese/jmode/files/patch-src_anthyconv.cpp new file mode 100644 index 000000000000..74c7cd627a30 --- /dev/null +++ b/japanese/jmode/files/patch-src_anthyconv.cpp @@ -0,0 +1,19 @@ +--- src/anthyconv.cpp.orig 2003-06-02 14:50:36 UTC ++++ src/anthyconv.cpp +@@ -5,6 +5,7 @@ + #endif + + #include ++#include + #include "anthy.xpm" + #include "jmode.h" + #include "anthyconv.h" +@@ -147,7 +148,7 @@ KKContext *AnthyConv::createContext(XimI + return anthy; + } + +-char **AnthyConv::getIcon() ++const char **AnthyConv::getIcon() + { + // toolbarに出てくるアイコンを返す。 + return anthy_xpm; -- cgit v1.2.3