regenerated UnittestImportPublicLite

pull/373/head
Jan Tattermusch 10 years ago
parent 3aa5808557
commit 4083104aa4
  1. 4
      csharp/src/ProtocolBuffersLite.Test/TestProtos/UnittestImportPublicLite.cs

@ -92,7 +92,9 @@ namespace Google.ProtocolBuffers.TestProtos {
#region Lite runtime methods
public override int GetHashCode() {
int hash = GetType().GetHashCode();
if (hasE) hash ^= e_.GetHashCode();
if (hasE) {
hash ^= e_.GetHashCode();
}
return hash;
}

Loading…
Cancel
Save