aboutsummaryrefslogtreecommitdiffstats
path: root/googlemock/include/gmock/internal/gmock-internal-utils.h
diff options
context:
space:
mode:
authorGennadiy Civil <misterg@google.com>2018-04-06 16:43:35 -0400
committerGennadiy Civil <misterg@google.com>2018-04-06 16:43:35 -0400
commit701e1e5dc1ccd25e7a55891d2dd6b4edb8f1f442 (patch)
tree1b8d8113997240d96fc6b5e8c81dc1d55839bda8 /googlemock/include/gmock/internal/gmock-internal-utils.h
parent2d4d4ef7392bc577449ade669b282853cb7adb39 (diff)
downloadgoogletest-701e1e5dc1ccd25e7a55891d2dd6b4edb8f1f442.tar.gz
googletest-701e1e5dc1ccd25e7a55891d2dd6b4edb8f1f442.tar.bz2
googletest-701e1e5dc1ccd25e7a55891d2dd6b4edb8f1f442.zip
linkage, fixing MSVC
Diffstat (limited to 'googlemock/include/gmock/internal/gmock-internal-utils.h')
-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 ef150e0f..20c95c6a 100644
--- a/googlemock/include/gmock/internal/gmock-internal-utils.h
+++ b/googlemock/include/gmock/internal/gmock-internal-utils.h
@@ -518,7 +518,7 @@ struct BooleanConstant {};
// Emit an assertion failure due to incorrect DoDefault() usage. Out-of-lined to
// reduce code size.
-void IllegalDoDefault(const char* file, int line);
+GTEST_API_ void IllegalDoDefault(const char* file, int line);
#if GTEST_LANG_CXX11
// Helper types for Apply() below.