Revert useless use of GTEST_API_ on WithoutMatchers decl.

pull/1582/head
David Sunderland 7 years ago
parent 1c79ad7a56
commit b2f97ab317
  1. 2
      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))… // ON_CALL(mock, Method({}, nullptr))…
// //
class GTEST_API_ WithoutMatchers { class WithoutMatchers {
private: private:
WithoutMatchers() {} WithoutMatchers() {}
friend WithoutMatchers GetWithoutMatchers(); friend WithoutMatchers GetWithoutMatchers();

Loading…
Cancel
Save