diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/gmock/gmock-spec-builders.h | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/include/gmock/gmock-spec-builders.h b/include/gmock/gmock-spec-builders.h index 77b50f80..3b4c0853 100644 --- a/include/gmock/gmock-spec-builders.h +++ b/include/gmock/gmock-spec-builders.h @@ -1083,7 +1083,7 @@ class FunctionMockerBase : public UntypedFunctionMockerBase {    // called by the ON_CALL() and EXPECT_CALL() macros.    FunctionMocker<F>& RegisterOwner(const void* mock_obj) {      Mock::Register(mock_obj, this); -    return *down_cast<FunctionMocker<F>*>(this); +    return *::testing::internal::down_cast<FunctionMocker<F>*>(this);    }    // The following two functions are from UntypedFunctionMockerBase. | 
