From 810ba9b8f2d06b71897c97962630c7907bcc7fd5 Mon Sep 17 00:00:00 2001 From: Adam Michalik Date: Tue, 17 May 2016 14:39:48 -0700 Subject: Export class Arena to shared library. This got broken in commit 6ef984af4b0c63c1c33127a12dcfc8e6359f0c9e which integrated changes from internal branch. --- src/google/protobuf/arena.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3