aboutsummaryrefslogtreecommitdiffstats
path: root/native/jni/src/gesture/incremental_decoder_wrapper.h
diff options
context:
space:
mode:
authorSatoshi Kataoka <satok@google.com>2012-08-15 16:57:32 +0900
committerSatoshi Kataoka <satok@google.com>2012-08-15 17:21:53 +0900
commitf6be15cffee14b35efce8a52296d7bf8e338b234 (patch)
tree622e579bfe3ea245e9f28b8f146d0bdaa277344c /native/jni/src/gesture/incremental_decoder_wrapper.h
parent3979f060f0650cbc117eee0307d05fb0be78c6f2 (diff)
downloadlatinime-f6be15cffee14b35efce8a52296d7bf8e338b234.tar.gz
latinime-f6be15cffee14b35efce8a52296d7bf8e338b234.tar.xz
latinime-f6be15cffee14b35efce8a52296d7bf8e338b234.zip
Step 30-A Constize gesture
Change-Id: I6c0b89d96532dc1c8ca71bb730ba22de5592ec67
Diffstat (limited to '')
-rw-r--r--native/jni/src/gesture/incremental_decoder_wrapper.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/native/jni/src/gesture/incremental_decoder_wrapper.h b/native/jni/src/gesture/incremental_decoder_wrapper.h
index 5cb2ee368..1f4d8a047 100644
--- a/native/jni/src/gesture/incremental_decoder_wrapper.h
+++ b/native/jni/src/gesture/incremental_decoder_wrapper.h
@@ -39,7 +39,8 @@ class IncrementalDecoderWrapper : public IncrementalDecoderInterface {
int getSuggestions(ProximityInfo *pInfo, void *traverseSession, int *inputXs, int *inputYs,
int *times, int *pointerIds, int *codes, int inputSize, int commitPoint,
- unsigned short *outWords, int *frequencies, int *outputIndices, int *outputTypes) {
+ unsigned short *outWords, int *frequencies, int *outputIndices,
+ int *outputTypes) const {
if (!mIncrementalDecoderInterface) {
return 0;
}