aboutsummaryrefslogtreecommitdiffstats
path: root/native/jni/src/suggest/policyimpl/dictionary/header/header_policy.h
diff options
context:
space:
mode:
authorKeisuke Kuroyanagi <ksk@google.com>2014-05-14 22:37:05 +0900
committerKeisuke Kuroyanagi <ksk@google.com>2014-05-14 22:37:05 +0900
commit7116ea98f4002b79b517a695e37e01a78c84e97e (patch)
treefe6d17527c3cd775b3e085a7f47bc781070d1c2a /native/jni/src/suggest/policyimpl/dictionary/header/header_policy.h
parent32bdf9f3446d567f05bc49281a4ec43d4a19b2bf (diff)
downloadlatinime-7116ea98f4002b79b517a695e37e01a78c84e97e.tar.gz
latinime-7116ea98f4002b79b517a695e37e01a78c84e97e.tar.xz
latinime-7116ea98f4002b79b517a695e37e01a78c84e97e.zip
Add VERSION_4_DEV(402) in native code.
Bug: 13406708 Change-Id: I96cfacf524d670a6a5637a96a63bcd47aaf09ca0
Diffstat (limited to 'native/jni/src/suggest/policyimpl/dictionary/header/header_policy.h')
-rw-r--r--native/jni/src/suggest/policyimpl/dictionary/header/header_policy.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/native/jni/src/suggest/policyimpl/dictionary/header/header_policy.h b/native/jni/src/suggest/policyimpl/dictionary/header/header_policy.h
index da24302c2..479d15164 100644
--- a/native/jni/src/suggest/policyimpl/dictionary/header/header_policy.h
+++ b/native/jni/src/suggest/policyimpl/dictionary/header/header_policy.h
@@ -143,6 +143,8 @@ class HeaderPolicy : public DictionaryHeaderStructurePolicy {
return FormatUtils::VERSION_4_ONLY_FOR_TESTING;
case FormatUtils::VERSION_4:
return FormatUtils::VERSION_4;
+ case FormatUtils::VERSION_4_DEV:
+ return FormatUtils::VERSION_4_DEV;
default:
return FormatUtils::UNKNOWN_VERSION;
}