From 8f2b6229444a86d3affc3dd975d63a507b85ff26 Mon Sep 17 00:00:00 2001 From: Feng Xiao Date: Sat, 9 Jan 2016 00:48:49 -0800 Subject: Fix appveyor build. --- src/google/protobuf/stubs/callback.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/google') 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 -class LIBPROTOBUF_EXPORT ResultCallback { +class ResultCallback { public: ResultCallback() {} virtual ~ResultCallback() {} -- cgit v1.2.3