diff options
author | David Sunderland <sunderland@google.com> | 2018-04-19 00:59:49 (GMT) |
---|---|---|
committer | David Sunderland <sunderland@google.com> | 2018-04-19 00:59:49 (GMT) |
commit | 1c79ad7a56de952bdbba196c4e893a05bc30d306 (patch) | |
tree | 5140cf2729e02984a883cd43f453e7eae6b8da23 /googlemock/include/gmock/internal/gmock-internal-utils.h | |
parent | d5725da96894fcb93c1c3e4b87ad45372707a26b (diff) | |
download | googletest-1c79ad7a56de952bdbba196c4e893a05bc30d306.zip googletest-1c79ad7a56de952bdbba196c4e893a05bc30d306.tar.gz googletest-1c79ad7a56de952bdbba196c4e893a05bc30d306.tar.bz2 |
Add GTEST_API_ tag to WithoutMatchers class. Hopefully that fixes the problem on MSVC?
Diffstat (limited to 'googlemock/include/gmock/internal/gmock-internal-utils.h')
-rw-r--r-- | googlemock/include/gmock/internal/gmock-internal-utils.h | 2 |
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 3e858e7..3d39296 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(); |