diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/gmock/internal/gmock-port.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/gmock/internal/gmock-port.h b/include/gmock/internal/gmock-port.h index 0cff73fe..649f838f 100644 --- a/include/gmock/internal/gmock-port.h +++ b/include/gmock/internal/gmock-port.h @@ -123,7 +123,7 @@ inline To down_cast(From* f) { // so we only accept pointers // completely. if (false) { const To to = NULL; - implicit_cast<From*>(to); + ::testing::internal::implicit_cast<From*>(to); } #if GTEST_HAS_RTTI |