aboutsummaryrefslogtreecommitdiffstats
path: root/native/jni/src/gesture/gesture_decoder_wrapper.h
diff options
context:
space:
mode:
authorKen Wakasa <kwakasa@google.com>2012-08-24 07:59:19 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2012-08-24 07:59:19 -0700
commitc4d92502027ecfc07a730f273adfda7267f49759 (patch)
tree4bfcadc2cbb6acc2a1e6836aeb44d94c3ff20861 /native/jni/src/gesture/gesture_decoder_wrapper.h
parentc740106854e5d688d8238fb8464e4a3c4ce89567 (diff)
parent162c211b44c1546b2e9be36e0cec50de497217a9 (diff)
downloadlatinime-c4d92502027ecfc07a730f273adfda7267f49759.tar.gz
latinime-c4d92502027ecfc07a730f273adfda7267f49759.tar.xz
latinime-c4d92502027ecfc07a730f273adfda7267f49759.zip
am 162c211b: Address warnings by -Weffc++
* commit '162c211b44c1546b2e9be36e0cec50de497217a9': Address warnings by -Weffc++
Diffstat (limited to 'native/jni/src/gesture/gesture_decoder_wrapper.h')
-rw-r--r--native/jni/src/gesture/gesture_decoder_wrapper.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/native/jni/src/gesture/gesture_decoder_wrapper.h b/native/jni/src/gesture/gesture_decoder_wrapper.h
index 2f6220b92..92e1ded49 100644
--- a/native/jni/src/gesture/gesture_decoder_wrapper.h
+++ b/native/jni/src/gesture/gesture_decoder_wrapper.h
@@ -29,8 +29,8 @@ class ProximityInfo;
class GestureDecoderWrapper : public IncrementalDecoderInterface {
public:
- GestureDecoderWrapper(const int maxWordLength, const int maxWords) {
- mIncrementalDecoderInterface = getGestureDecoderInstance(maxWordLength, maxWords);
+ GestureDecoderWrapper(const int maxWordLength, const int maxWords)
+ : mIncrementalDecoderInterface(getGestureDecoderInstance(maxWordLength, maxWords)) {
}
virtual ~GestureDecoderWrapper() {