diff options
author | 2012-08-15 02:43:43 -0700 | |
---|---|---|
committer | 2012-08-15 02:43:43 -0700 | |
commit | 96d2164f9cc8da112f7c5d6cfe95ec48d97df2ad (patch) | |
tree | 63f9710c0ce3973af53fe3002d04d833483961b0 /native/jni/src/gesture/gesture_decoder_wrapper.h | |
parent | c15fa010fdae117fd507270cab54b26c8052e797 (diff) | |
parent | e6e64e11d43cb2320a1fbef0ab8c87c32206657a (diff) | |
download | latinime-96d2164f9cc8da112f7c5d6cfe95ec48d97df2ad.tar.gz latinime-96d2164f9cc8da112f7c5d6cfe95ec48d97df2ad.tar.xz latinime-96d2164f9cc8da112f7c5d6cfe95ec48d97df2ad.zip |
am e6e64e11: am 4bf2c070: Merge "Step 30-A Constize gesture" into jb-mr1-dev
* commit 'e6e64e11d43cb2320a1fbef0ab8c87c32206657a':
Step 30-A Constize gesture
Diffstat (limited to 'native/jni/src/gesture/gesture_decoder_wrapper.h')
-rw-r--r-- | native/jni/src/gesture/gesture_decoder_wrapper.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/native/jni/src/gesture/gesture_decoder_wrapper.h b/native/jni/src/gesture/gesture_decoder_wrapper.h index f8bfe7c79..2f6220b92 100644 --- a/native/jni/src/gesture/gesture_decoder_wrapper.h +++ b/native/jni/src/gesture/gesture_decoder_wrapper.h @@ -39,7 +39,8 @@ class GestureDecoderWrapper : 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; } |