summaryrefslogtreecommitdiff
path: root/indra/llwindow/llwindowwin32.h
diff options
context:
space:
mode:
authorCallum Prentice <callum@gmail.com>2017-03-27 10:59:19 -0700
committerCallum Prentice <callum@gmail.com>2017-03-27 10:59:19 -0700
commit09003cf4055fc336cf12e075636f1dfe8ce035d2 (patch)
treefd8ea0399fb85ea9b980c8e59c3a8a8d540a686a /indra/llwindow/llwindowwin32.h
parent71ffed27c77e787cafe04ddf19df27495255cae5 (diff)
Fix for MAINT-7054 Viewer Crashed when I used Japanese IM.
Diffstat (limited to 'indra/llwindow/llwindowwin32.h')
-rw-r--r--indra/llwindow/llwindowwin32.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llwindow/llwindowwin32.h b/indra/llwindow/llwindowwin32.h
index 39ef9b31a4..65782acb62 100644
--- a/indra/llwindow/llwindowwin32.h
+++ b/indra/llwindow/llwindowwin32.h
@@ -148,7 +148,7 @@ protected:
U32 fillReconvertString(const LLWString &text, S32 focus, S32 focus_length, RECONVERTSTRING *reconvert_string);
void handleStartCompositionMessage();
void handleCompositionMessage(U32 indexes);
- BOOL handleImeRequests(U32 request, U32 param, LRESULT *result);
+ BOOL handleImeRequests(U32 request, LONG_PTR param, LRESULT *result);
protected:
//