aboutsummaryrefslogtreecommitdiff
path: root/src/google/protobuf/util/type_resolver_util.h
diff options
context:
space:
mode:
authorBo Yang <teboring@google.com>2015-08-23 10:45:14 -0700
committerBo Yang <teboring@google.com>2015-08-25 17:58:48 -0700
commitff7bdad231d037802fd457ee4fd65e0291d366d7 (patch)
tree12f437b32201cdbbfade6d63193e15483640716d /src/google/protobuf/util/type_resolver_util.h
parent839b180dbae98adf6caa54d0fb87b8d0a43081dc (diff)
downloadprotobuf-ff7bdad231d037802fd457ee4fd65e0291d366d7.tar.gz
protobuf-ff7bdad231d037802fd457ee4fd65e0291d366d7.tar.bz2
protobuf-ff7bdad231d037802fd457ee4fd65e0291d366d7.zip
Fix bugs on windows
Diffstat (limited to 'src/google/protobuf/util/type_resolver_util.h')
-rw-r--r--src/google/protobuf/util/type_resolver_util.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/google/protobuf/util/type_resolver_util.h b/src/google/protobuf/util/type_resolver_util.h
index 00cf9c13..c0ef3c1a 100644
--- a/src/google/protobuf/util/type_resolver_util.h
+++ b/src/google/protobuf/util/type_resolver_util.h
@@ -42,7 +42,7 @@ class TypeResolver;
// Creates a TypeResolver that serves type information in the given descriptor
// pool. Caller takes ownership of the returned TypeResolver.
-TypeResolver* NewTypeResolverForDescriptorPool(
+LIBPROTOBUF_EXPORT TypeResolver* NewTypeResolverForDescriptorPool(
const string& url_prefix, const DescriptorPool* pool);
} // namespace util