Commit 9faecf7e authored by Jisi Liu's avatar Jisi Liu

Merge pull request #12 from huahang/patch-2

remove a const qualifier in a method's return type
parents 1392f42d c871fb93
......@@ -1496,7 +1496,7 @@ inline uint32* GeneratedMessageReflection::MutableHasBits(
return reinterpret_cast<uint32*>(ptr);
}
inline const uint32 GeneratedMessageReflection::GetOneofCase(
inline uint32 GeneratedMessageReflection::GetOneofCase(
const Message& message,
const OneofDescriptor* oneof_descriptor) const {
const void* ptr = reinterpret_cast<const uint8*>(&message)
......
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