Skip to content

Commit

Permalink
Merge pull request protocolbuffers#1549 from xyzzyz/arena_export
Browse files Browse the repository at this point in the history
Export class Arena to shared library.
  • Loading branch information
haberman committed May 18, 2016
2 parents ba696e7 + 810ba9b commit 431ba4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/google/protobuf/arena.h
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ struct ArenaOptions {
// well as RepeatedPtrField.

#if __cplusplus >= 201103L
class Arena final {
class LIBPROTOBUF_EXPORT Arena final {
#else
class LIBPROTOBUF_EXPORT Arena {
#endif
Expand Down

0 comments on commit 431ba4b

Please sign in to comment.