summaryrefslogtreecommitdiffstats
path: root/googlemock/include/gmock/internal
diff options
context:
space:
mode:
authorDavid Sunderland <sunderland@google.com>2018-04-19 00:25:31 (GMT)
committerDavid Sunderland <sunderland@google.com>2018-04-19 00:25:31 (GMT)
commitd5725da96894fcb93c1c3e4b87ad45372707a26b (patch)
tree898b70f60f8f2183caf807abfa9296c90f09b11c /googlemock/include/gmock/internal
parent7878b27dddee0a62a4ba658feae0c3cd1368e983 (diff)
downloadgoogletest-d5725da96894fcb93c1c3e4b87ad45372707a26b.zip
googletest-d5725da96894fcb93c1c3e4b87ad45372707a26b.tar.gz
googletest-d5725da96894fcb93c1c3e4b87ad45372707a26b.tar.bz2
Mark new GetWithoutMatchers method as part of the exported API, to address MSVC linker errors.
Diffstat (limited to 'googlemock/include/gmock/internal')
-rw-r--r--googlemock/include/gmock/internal/gmock-internal-utils.h2
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 c43dac0..3e858e7 100644
--- a/googlemock/include/gmock/internal/gmock-internal-utils.h
+++ b/googlemock/include/gmock/internal/gmock-internal-utils.h
@@ -357,7 +357,7 @@ class WithoutMatchers {
};
// Internal use only: access the singleton instance of WithoutMatchers.
-WithoutMatchers GetWithoutMatchers();
+GTEST_API_ WithoutMatchers GetWithoutMatchers();
// TODO(wan@google.com): group all type utilities together.