diff options
author | David Sunderland <sunderland@google.com> | 2018-04-19 01:10:22 -0400 |
---|---|---|
committer | David Sunderland <sunderland@google.com> | 2018-04-19 01:10:22 -0400 |
commit | b2f97ab3179fbc435fb0f98eae793fe84476c7b8 (patch) | |
tree | 898b70f60f8f2183caf807abfa9296c90f09b11c | |
parent | 1c79ad7a56de952bdbba196c4e893a05bc30d306 (diff) | |
download | googletest-b2f97ab3179fbc435fb0f98eae793fe84476c7b8.tar.gz googletest-b2f97ab3179fbc435fb0f98eae793fe84476c7b8.tar.bz2 googletest-b2f97ab3179fbc435fb0f98eae793fe84476c7b8.zip |
Revert useless use of GTEST_API_ on WithoutMatchers decl.
-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 3d39296c..3e858e70 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 GTEST_API_ WithoutMatchers { +class WithoutMatchers { private: WithoutMatchers() {} friend WithoutMatchers GetWithoutMatchers(); |