aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/google/protobuf/stubs/callback.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/google/protobuf/stubs/callback.h b/src/google/protobuf/stubs/callback.h
index 1ba6ea7a..87271c5e 100644
--- a/src/google/protobuf/stubs/callback.h
+++ b/src/google/protobuf/stubs/callback.h
@@ -79,7 +79,7 @@ class LIBPROTOBUF_EXPORT Closure {
};
template<typename R>
-class LIBPROTOBUF_EXPORT ResultCallback {
+class ResultCallback {
public:
ResultCallback() {}
virtual ~ResultCallback() {}