diff options
author | David Sunderland <sunderland@google.com> | 2018-04-19 05:10:22 (GMT) |
---|---|---|
committer | David Sunderland <sunderland@google.com> | 2018-04-19 05:10:22 (GMT) |
commit | b2f97ab3179fbc435fb0f98eae793fe84476c7b8 (patch) | |
tree | 898b70f60f8f2183caf807abfa9296c90f09b11c /googlemock/include/gmock/internal | |
parent | 1c79ad7a56de952bdbba196c4e893a05bc30d306 (diff) | |
download | googletest-b2f97ab3179fbc435fb0f98eae793fe84476c7b8.zip googletest-b2f97ab3179fbc435fb0f98eae793fe84476c7b8.tar.gz googletest-b2f97ab3179fbc435fb0f98eae793fe84476c7b8.tar.bz2 |
Revert useless use of GTEST_API_ on WithoutMatchers decl.
Diffstat (limited to 'googlemock/include/gmock/internal')
-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 3d39296..3e858e7 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(); |