aboutsummaryrefslogtreecommitdiff
path: root/src/google/protobuf/extension_set.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/extension_set.h
parentfab8812cc1bb9db0683e7d0b0182a63ee1159874 (diff)
downloadprotobuf-fe97d79abf610fdccfadcd4b503ab3bc0a162d30.tar.gz
protobuf-fe97d79abf610fdccfadcd4b503ab3bc0a162d30.tar.bz2
protobuf-fe97d79abf610fdccfadcd4b503ab3bc0a162d30.zip
Fix MSVC DLL build.
Diffstat (limited to 'src/google/protobuf/extension_set.h')
-rw-r--r--src/google/protobuf/extension_set.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/google/protobuf/extension_set.h b/src/google/protobuf/extension_set.h
index cb8ed217..cf5f652d 100644
--- a/src/google/protobuf/extension_set.h
+++ b/src/google/protobuf/extension_set.h
@@ -438,9 +438,7 @@ class LIBPROTOBUF_EXPORT ExtensionSet {
// SpaceUsed()).
size_t SpaceUsedExcludingSelfLong() const;
- int SpaceUsedExcludingSelf() const {
- return internal::FromIntSize(SpaceUsedExcludingSelfLong());
- }
+ int SpaceUsedExcludingSelf() const;
private: