Skip to content

Commit

Permalink
Merge pull request #769 from pkasting/metadata
Browse files Browse the repository at this point in the history
Fix compile failures building protobuf DLLs on MSVC in Chromium's cod…
  • Loading branch information
xfxyjwf committed Sep 10, 2015
2 parents c8c5fed + 5d412c4 commit fbabf98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/google/protobuf/metadata.h
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ namespace internal {
// The tagged pointer uses the LSB to disambiguate cases, and uses bit 0 == 0 to
// indicate an arena pointer and bit 0 == 1 to indicate a UFS+Arena-container
// pointer.
class LIBPROTOBUF_EXPORT InternalMetadataWithArena {
class InternalMetadataWithArena {
public:
InternalMetadataWithArena() : ptr_(NULL) {}
explicit InternalMetadataWithArena(Arena* arena)
Expand Down

0 comments on commit fbabf98

Please sign in to comment.