regenerated UnittestImportLite.cs
This commit is contained in:
parent
4083104aa4
commit
881995352d
1 changed files with 3 additions and 1 deletions
|
@ -101,7 +101,9 @@ namespace Google.ProtocolBuffers.TestProtos {
|
|||
#region Lite runtime methods
|
||||
public override int GetHashCode() {
|
||||
int hash = GetType().GetHashCode();
|
||||
if (hasD) hash ^= d_.GetHashCode();
|
||||
if (hasD) {
|
||||
hash ^= d_.GetHashCode();
|
||||
}
|
||||
return hash;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue