Add GTEST_API_ tag to WithoutMatchers class. Hopefully that fixes the problem on MSVC?

This commit is contained in:
David Sunderland 2018-04-18 20:59:49 -04:00
parent d5725da968
commit 1c79ad7a56

View File

@ -350,7 +350,7 @@ GTEST_API_ void Log(LogSeverity severity, const std::string& message,
// //
// ON_CALL(mock, Method({}, nullptr))… // ON_CALL(mock, Method({}, nullptr))…
// //
class WithoutMatchers { class GTEST_API_ WithoutMatchers {
private: private:
WithoutMatchers() {} WithoutMatchers() {}
friend WithoutMatchers GetWithoutMatchers(); friend WithoutMatchers GetWithoutMatchers();