diff options
author | Gennadiy Civil <misterg@google.com> | 2018-04-06 20:43:35 (GMT) |
---|---|---|
committer | Gennadiy Civil <misterg@google.com> | 2018-04-06 20:43:35 (GMT) |
commit | 701e1e5dc1ccd25e7a55891d2dd6b4edb8f1f442 (patch) | |
tree | 1b8d8113997240d96fc6b5e8c81dc1d55839bda8 /googlemock/include/gmock/internal/gmock-internal-utils.h | |
parent | 2d4d4ef7392bc577449ade669b282853cb7adb39 (diff) | |
download | googletest-701e1e5dc1ccd25e7a55891d2dd6b4edb8f1f442.zip googletest-701e1e5dc1ccd25e7a55891d2dd6b4edb8f1f442.tar.gz googletest-701e1e5dc1ccd25e7a55891d2dd6b4edb8f1f442.tar.bz2 |
linkage, fixing MSVC
Diffstat (limited to 'googlemock/include/gmock/internal/gmock-internal-utils.h')
-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 ef150e0..20c95c6 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. |