aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Cozzette <acozzette@gmail.com>2016-11-29 09:27:32 -0800
committerGitHub <noreply@github.com>2016-11-29 09:27:32 -0800
commit9f69353562fe1fbb3fbd11345ea3676b0eb267cd (patch)
tree5523e609212e5d3d7fc0e43624afdd1327ba84fb
parent0c34e86a51daaf267c2170a6da9c82fa1cb4f5f8 (diff)
parentc6997885739bc9c71e467199c0034b01d36d4b5f (diff)
downloadprotobuf-3.1.x.tar.gz
protobuf-3.1.x.tar.bz2
protobuf-3.1.x.zip
Merge pull request #2421 from tsondergaard/3.1.x3.1.x
Export fixed_address_empty_string
-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 8dc64c49..28ed495c 100644
--- a/src/google/protobuf/generated_message_util.h
+++ b/src/google/protobuf/generated_message_util.h
@@ -111,7 +111,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();