aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Sunderland <sunderland@google.com>2018-04-18 20:59:49 -0400
committerDavid Sunderland <sunderland@google.com>2018-04-18 20:59:49 -0400
commit1c79ad7a56de952bdbba196c4e893a05bc30d306 (patch)
tree5140cf2729e02984a883cd43f453e7eae6b8da23
parentd5725da96894fcb93c1c3e4b87ad45372707a26b (diff)
downloadgoogletest-1c79ad7a56de952bdbba196c4e893a05bc30d306.tar.gz
googletest-1c79ad7a56de952bdbba196c4e893a05bc30d306.tar.bz2
googletest-1c79ad7a56de952bdbba196c4e893a05bc30d306.zip
Add GTEST_API_ tag to WithoutMatchers class. Hopefully that fixes the problem on MSVC?
-rw-r--r--googlemock/include/gmock/internal/gmock-internal-utils.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/googlemock/include/gmock/internal/gmock-internal-utils.h b/googlemock/include/gmock/internal/gmock-internal-utils.h
index 3e858e70..3d39296c 100644
--- a/googlemock/include/gmock/internal/gmock-internal-utils.h
+++ b/googlemock/include/gmock/internal/gmock-internal-utils.h
@@ -350,7 +350,7 @@ GTEST_API_ void Log(LogSeverity severity, const std::string& message,
//
// ON_CALL(mock, Method({}, nullptr))…
//
-class WithoutMatchers {
+class GTEST_API_ WithoutMatchers {
private:
WithoutMatchers() {}
friend WithoutMatchers GetWithoutMatchers();