Commit 810ba9b8 authored by Adam Michalik's avatar Adam Michalik

Export class Arena to shared library.

This got broken in commit 6ef984af
which integrated changes from internal branch.
parent c8be6ee0
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment