mirror of
https://gitlab.futo.org/keyboard/latinime.git
synced 2024-09-28 14:54:30 +01:00
Fix offdevice TRT build
Change-Id: Idc2f3897e592433c13361bd8af94530d81621764
This commit is contained in:
parent
4d02aa4e8c
commit
f925b1e34a
@ -17,6 +17,7 @@
|
||||
#ifndef LATINIME_UNIGRAM_PROPERTY_H
|
||||
#define LATINIME_UNIGRAM_PROPERTY_H
|
||||
|
||||
#include <cstring>
|
||||
#include <vector>
|
||||
|
||||
#include "defines.h"
|
||||
@ -31,8 +32,7 @@ class UnigramProperty {
|
||||
UnigramProperty()
|
||||
: mCodePoints(), mCodePointCount(0), mIsNotAWord(false), mIsBlacklisted(false),
|
||||
mHasBigrams(false), mHasShortcuts(false), mProbability(NOT_A_PROBABILITY),
|
||||
mTimestamp(0), mLevel(0), mCount(0), mShortcutTargets(),
|
||||
mShortcutProbabilities() {}
|
||||
mTimestamp(0), mLevel(0), mCount(0), mShortcutTargets(), mShortcutProbabilities() {}
|
||||
|
||||
UnigramProperty(const UnigramProperty &unigramProperty)
|
||||
: mCodePoints(), mCodePointCount(unigramProperty.mCodePointCount),
|
||||
|
Loading…
x
Reference in New Issue
Block a user