aboutsummaryrefslogtreecommitdiff
path: root/src/google/protobuf/map_entry.h
diff options
context:
space:
mode:
authorFeng Xiao <xfxyjwf@gmail.com>2017-03-30 23:54:39 +0000
committerFeng Xiao <xfxyjwf@gmail.com>2017-03-30 23:54:39 +0000
commitfe97d79abf610fdccfadcd4b503ab3bc0a162d30 (patch)
treec4a1b67232379f79f82fe7641f1c8f8d56828dad /src/google/protobuf/map_entry.h
parentfab8812cc1bb9db0683e7d0b0182a63ee1159874 (diff)
downloadprotobuf-fe97d79abf610fdccfadcd4b503ab3bc0a162d30.tar.gz
protobuf-fe97d79abf610fdccfadcd4b503ab3bc0a162d30.tar.bz2
protobuf-fe97d79abf610fdccfadcd4b503ab3bc0a162d30.zip
Fix MSVC DLL build.
Diffstat (limited to 'src/google/protobuf/map_entry.h')
-rw-r--r--src/google/protobuf/map_entry.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/google/protobuf/map_entry.h b/src/google/protobuf/map_entry.h
index 0a7d9a97..7c675568 100644
--- a/src/google/protobuf/map_entry.h
+++ b/src/google/protobuf/map_entry.h
@@ -83,7 +83,7 @@ namespace internal {
template <typename Derived, typename Key, typename Value,
WireFormatLite::FieldType kKeyFieldType,
WireFormatLite::FieldType kValueFieldType, int default_enum_value>
-class LIBPROTOBUF_EXPORT MapEntry
+class MapEntry
: public MapEntryImpl<Derived, Message, Key, Value, kKeyFieldType,
kValueFieldType, default_enum_value> {
public: