Skip to content

Commit

Permalink
Merge pull request #8 from huahang/patch-1
Browse files Browse the repository at this point in the history
fix a compile warning
  • Loading branch information
liujisi committed Sep 4, 2014
2 parents 6890263 + 27fcf9b commit 1392f42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/google/protobuf/generated_message_reflection.h
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@ class LIBPROTOBUF_EXPORT GeneratedMessageReflection : public Reflection {

inline const uint32* GetHasBits(const Message& message) const;
inline uint32* MutableHasBits(Message* message) const;
inline const uint32 GetOneofCase(
inline uint32 GetOneofCase(
const Message& message,
const OneofDescriptor* oneof_descriptor) const;
inline uint32* MutableOneofCase(
Expand Down

0 comments on commit 1392f42

Please sign in to comment.