diff options
Diffstat (limited to 'japanese/jmode/files/patch-src_anthyconv.cpp')
-rw-r--r-- | japanese/jmode/files/patch-src_anthyconv.cpp | 19 |
1 files changed, 19 insertions, 0 deletions
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 <stdio.h> ++#include <string.h> + #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; |