aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Haberman <jhaberman@gmail.com>2016-05-18 13:14:55 -0700
committerJoshua Haberman <jhaberman@gmail.com>2016-05-18 13:14:55 -0700
commit431ba4b37dfa9f5fcb672f738859d76c91065683 (patch)
tree3674eafbcdce8ada61fdb621f099b28a763fc062
parentba696e7beda97cd808def889160f49e63e2c2821 (diff)
parent810ba9b8f2d06b71897c97962630c7907bcc7fd5 (diff)
downloadprotobuf-431ba4b37dfa9f5fcb672f738859d76c91065683.tar.gz
protobuf-431ba4b37dfa9f5fcb672f738859d76c91065683.tar.bz2
protobuf-431ba4b37dfa9f5fcb672f738859d76c91065683.zip
Merge pull request #1549 from xyzzyz/arena_export
Export class Arena to shared library.
-rw-r--r--src/google/protobuf/arena.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/google/protobuf/arena.h b/src/google/protobuf/arena.h
index b3d66d91..cf07b9fc 100644
--- a/src/google/protobuf/arena.h
+++ b/src/google/protobuf/arena.h
@@ -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