summaryrefslogtreecommitdiff
path: root/platform/android/src/jni.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'platform/android/src/jni.cpp')
-rwxr-xr-xplatform/android/src/jni.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/android/src/jni.cpp b/platform/android/src/jni.cpp
index 354c7594c2..b18f471a37 100755
--- a/platform/android/src/jni.cpp
+++ b/platform/android/src/jni.cpp
@@ -191,7 +191,7 @@ void registerNatives(JavaVM *vm) {
MapSnapshot::registerNative(env);
// text
- AndroidLocalGlyphRasterizer::registerNative(env);
+ LocalGlyphRasterizer::registerNative(env);
}
} // namespace android