aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAdam Michalik <xyzzyz@google.com>2016-05-17 14:39:48 -0700
committerAdam Michalik <xyzzyz@google.com>2016-05-17 14:39:48 -0700
commit810ba9b8f2d06b71897c97962630c7907bcc7fd5 (patch)
tree1beac46918994f2adeae41a23e8c80f94b433f09 /src
parentc8be6ee00c3afd59aee970a8c648099d78bdd576 (diff)
downloadprotobuf-810ba9b8f2d06b71897c97962630c7907bcc7fd5.tar.gz
protobuf-810ba9b8f2d06b71897c97962630c7907bcc7fd5.tar.bz2
protobuf-810ba9b8f2d06b71897c97962630c7907bcc7fd5.zip
Export class Arena to shared library.
This got broken in commit 6ef984af4b0c63c1c33127a12dcfc8e6359f0c9e which integrated changes from internal branch.
Diffstat (limited to 'src')
-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