aboutsummaryrefslogtreecommitdiffstats
path: root/native/jni/src/suggest/typing_suggest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'native/jni/src/suggest/typing_suggest.cpp')
-rw-r--r--native/jni/src/suggest/typing_suggest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/native/jni/src/suggest/typing_suggest.cpp b/native/jni/src/suggest/typing_suggest.cpp
index 320feef61..56bd5b69a 100644
--- a/native/jni/src/suggest/typing_suggest.cpp
+++ b/native/jni/src/suggest/typing_suggest.cpp
@@ -17,7 +17,7 @@
#include "typing_suggest.h"
namespace latinime {
- SuggestInterface *(*TypingSuggest::sTypingSuggestFactoryMethod)(int) = 0;
+ SuggestInterface *(*TypingSuggest::sTypingSuggestFactoryMethod)() = 0;
TypingSuggest::~TypingSuggest() {
delete mSuggestInterface;