aboutsummaryrefslogtreecommitdiffstats
path: root/native/jni/src/suggest/gesture_suggest.cpp
diff options
context:
space:
mode:
authorKen Wakasa <kwakasa@google.com>2013-01-11 03:52:00 -0800
committerAndroid Git Automerger <android-git-automerger@android.com>2013-01-11 03:52:00 -0800
commit53f9fe1b90932ea255ca604dd0f4e360af1d54a8 (patch)
tree8d62613a1a68980154128f5a8685dfed57fb8b55 /native/jni/src/suggest/gesture_suggest.cpp
parent93fd1ac4fcf43001295151d62ad4733c37041c5a (diff)
parentf6870cc82ddf394e94155322fcc7e4e2256bea66 (diff)
downloadlatinime-53f9fe1b90932ea255ca604dd0f4e360af1d54a8.tar.gz
latinime-53f9fe1b90932ea255ca604dd0f4e360af1d54a8.tar.xz
latinime-53f9fe1b90932ea255ca604dd0f4e360af1d54a8.zip
am f6870cc8: Remove BinaryDictionary.MAX_PREDICTION and MAX_SPACES, and rename MAX_WORDS to MAX_RESULTS
* commit 'f6870cc82ddf394e94155322fcc7e4e2256bea66': Remove BinaryDictionary.MAX_PREDICTION and MAX_SPACES, and rename MAX_WORDS to MAX_RESULTS
Diffstat (limited to 'native/jni/src/suggest/gesture_suggest.cpp')
-rw-r--r--native/jni/src/suggest/gesture_suggest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/native/jni/src/suggest/gesture_suggest.cpp b/native/jni/src/suggest/gesture_suggest.cpp
index 2a604b8ab..f138dae94 100644
--- a/native/jni/src/suggest/gesture_suggest.cpp
+++ b/native/jni/src/suggest/gesture_suggest.cpp
@@ -17,7 +17,7 @@
#include "gesture_suggest.h"
namespace latinime {
- SuggestInterface *(*GestureSuggest::sGestureSuggestFactoryMethod)(int, int) = 0;
+ SuggestInterface *(*GestureSuggest::sGestureSuggestFactoryMethod)(int) = 0;
GestureSuggest::~GestureSuggest() {
delete mSuggestInterface;