diff options
author | 2014-01-31 11:06:42 +0900 | |
---|---|---|
committer | 2014-01-31 11:06:42 +0900 | |
commit | 080a35e959435566e768f2e31afdac784a4dcd00 (patch) | |
tree | 5f99f92ae899093bbea0b8337d4f9b5c09ea6adf /native/jni/NativeFileList.mk | |
parent | 5f7f6a1615916d6f79bd240ead0715c417a68f44 (diff) | |
download | latinime-080a35e959435566e768f2e31afdac784a4dcd00.tar.gz latinime-080a35e959435566e768f2e31afdac784a4dcd00.tar.xz latinime-080a35e959435566e768f2e31afdac784a4dcd00.zip |
Rename UnigramProperty to WordProperty.
Bug: 12810574
Change-Id: If5ddd803948aaf6e491ddcbaa5436fb3af3f7257
Diffstat (limited to 'native/jni/NativeFileList.mk')
-rw-r--r-- | native/jni/NativeFileList.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/native/jni/NativeFileList.mk b/native/jni/NativeFileList.mk index d2f22598e..c7061c8c3 100644 --- a/native/jni/NativeFileList.mk +++ b/native/jni/NativeFileList.mk @@ -32,7 +32,7 @@ LATIN_IME_CORE_SRC_FILES := \ error_type_utils.cpp \ multi_bigram_map.cpp \ suggestions_output_utils.cpp \ - unigram_property.cpp) \ + word_property.cpp) \ $(addprefix suggest/core/layout/, \ additional_proximity_chars.cpp \ proximity_info.cpp \ |