aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFeng Xiao <xfxyjwf@gmail.com>2016-12-07 13:34:31 -0800
committerGitHub <noreply@github.com>2016-12-07 13:34:31 -0800
commit850d573aca37d2dde442185e6ed865d25e78d40b (patch)
tree078305d2dc96c68d10bc97b2524b4f5040319715
parent607b92149948393311d66329b9851f5971662f19 (diff)
parent788d14a46bee9472edbcab007289d23e1ba9720c (diff)
downloadprotobuf-850d573aca37d2dde442185e6ed865d25e78d40b.tar.gz
protobuf-850d573aca37d2dde442185e6ed865d25e78d40b.tar.bz2
protobuf-850d573aca37d2dde442185e6ed865d25e78d40b.zip
Merge pull request #2407 from jbrianceau/fix-comp-builds
Export symbols used in inline functions
-rw-r--r--src/google/protobuf/generated_message_util.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/google/protobuf/generated_message_util.h b/src/google/protobuf/generated_message_util.h
index b1c49e37..19bac7dc 100644
--- a/src/google/protobuf/generated_message_util.h
+++ b/src/google/protobuf/generated_message_util.h
@@ -125,7 +125,7 @@ class ExplicitlyConstructed {
// Default empty string object. Don't use this directly. Instead, call
// GetEmptyString() to get the reference.
-extern ExplicitlyConstructed< ::std::string> fixed_address_empty_string;
+LIBPROTOBUF_EXPORT extern ExplicitlyConstructed< ::std::string> fixed_address_empty_string;
LIBPROTOBUF_EXPORT extern ProtobufOnceType empty_string_once_init_;
LIBPROTOBUF_EXPORT void InitEmptyString();