Revert useless use of GTEST_API_ on WithoutMatchers decl.

This commit is contained in:
David Sunderland 2018-04-19 01:10:22 -04:00
parent 1c79ad7a56
commit b2f97ab317

View File

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