Commit 88199535 authored by Jan Tattermusch's avatar Jan Tattermusch

regenerated UnittestImportLite.cs

parent 4083104a
......@@ -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;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment