Fix dependencies.txt

This commit is contained in:
Shane F. Carr 2020-01-17 19:22:15 +01:00
parent 778565e94e
commit d4929069a4
2 changed files with 4 additions and 4 deletions

View file

@ -308,7 +308,7 @@ private:
int32_t fMatch;
};
struct SingleUnit {
struct SingleUnit : public UMemory {
int8_t power = 1;
UMeasureSIPrefix siPrefix = UMEASURE_SI_PREFIX_ONE;
int32_t simpleUnitIndex = 0;
@ -372,7 +372,7 @@ struct SingleUnit {
}
};
class CompoundUnit {
class CompoundUnit : public UMemory {
public:
typedef MaybeStackVector<SingleUnit, 3> SingleUnitList;
@ -464,7 +464,7 @@ private:
}
};
class SequenceUnit {
class SequenceUnit : public UMemory {
public:
typedef MaybeStackVector<CompoundUnit, 3> CompoundUnitList;

View file

@ -1057,7 +1057,7 @@ group: sharedbreakiterator
group: units_extra
measunit_extra.o
deps
units
units ucharstriebuilder ucharstrie uclean_i18n
group: units
measunit.o currunit.o nounit.o