aboutsummaryrefslogtreecommitdiffstats
path: root/native/jni/src/gesture/gesture_decoder_wrapper.cpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--native/jni/src/gesture/gesture_decoder_wrapper.cpp (renamed from native/jni/src/gesture/impl/token_impl.cpp)4
1 files changed, 3 insertions, 1 deletions
diff --git a/native/jni/src/gesture/impl/token_impl.cpp b/native/jni/src/gesture/gesture_decoder_wrapper.cpp
index fa667f03a..afbe0c5c3 100644
--- a/native/jni/src/gesture/impl/token_impl.cpp
+++ b/native/jni/src/gesture/gesture_decoder_wrapper.cpp
@@ -14,7 +14,9 @@
* limitations under the License.
*/
-#include "token_impl.h"
+#include "gesture_decoder_wrapper.h"
namespace latinime {
+ IncrementalDecoderInterface *
+ (*GestureDecoderWrapper::sGestureDecoderFactoryMethod)(int, int) = 0;
} // namespace latinime