diff options
| -rw-r--r-- | googlemock/include/gmock/gmock-spec-builders.h | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/googlemock/include/gmock/gmock-spec-builders.h b/googlemock/include/gmock/gmock-spec-builders.h index 9a81cfbc..1f261bd2 100644 --- a/googlemock/include/gmock/gmock-spec-builders.h +++ b/googlemock/include/gmock/gmock-spec-builders.h @@ -1453,7 +1453,7 @@ template <typename F>  class FunctionMocker;  template <typename R, typename... Args> -class FunctionMocker<R(Args...)> : public UntypedFunctionMockerBase { +class FunctionMocker<R(Args...)> final : public UntypedFunctionMockerBase {    using F = R(Args...);   public: | 
