fix typo
This commit is contained in:
parent
a25f4584c8
commit
8371e395dd
@ -165,8 +165,11 @@ class LitLvTypes
|
|||||||
if (types1.lid_ < types2.lid_) {
|
if (types1.lid_ < types2.lid_) {
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
if (types1.lid_ == types2.lid_) {
|
||||||
return types1.lvTypes_ < types2.lvTypes_;
|
return types1.lvTypes_ < types2.lvTypes_;
|
||||||
}
|
}
|
||||||
|
return false;
|
||||||
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
LitLvTypes (LiteralId lid, const LogVarTypes& lvTypes) :
|
LitLvTypes (LiteralId lid, const LogVarTypes& lvTypes) :
|
||||||
|
Reference in New Issue
Block a user