aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/google/protobuf/compiler/objectivec/objectivec_helpers.h
diff options
context:
space:
mode:
authorGravatar Bo Yang <teboring@google.com>2015-05-24 22:28:04 -0700
committerGravatar Bo Yang <teboring@google.com>2015-05-24 23:03:05 -0700
commitcf603a9dfac6447f2fe62822fa7c235a50a92de7 (patch)
tree51ed90fe381d25a3c8dbb9f3a568bb8fefc18c4d /src/google/protobuf/compiler/objectivec/objectivec_helpers.h
parent3ff959256106809aa71af430b9c365ab0b66b935 (diff)
Fix bugs on windows.
Diffstat (limited to 'src/google/protobuf/compiler/objectivec/objectivec_helpers.h')
-rw-r--r--src/google/protobuf/compiler/objectivec/objectivec_helpers.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/google/protobuf/compiler/objectivec/objectivec_helpers.h b/src/google/protobuf/compiler/objectivec/objectivec_helpers.h
index 29168937..19317698 100644
--- a/src/google/protobuf/compiler/objectivec/objectivec_helpers.h
+++ b/src/google/protobuf/compiler/objectivec/objectivec_helpers.h
@@ -150,7 +150,7 @@ bool FilterClass(const string& name);
// Generate decode data needed for ObjC's GPBDecodeTextFormatName() to transform
// the input into the the expected output.
-class TextFormatDecodeData {
+class LIBPROTOC_EXPORT TextFormatDecodeData {
public:
TextFormatDecodeData() {}