diff options
Diffstat (limited to 'include/gmock/gmock-generated-function-mockers.h.pump')
-rw-r--r-- | include/gmock/gmock-generated-function-mockers.h.pump | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/gmock/gmock-generated-function-mockers.h.pump b/include/gmock/gmock-generated-function-mockers.h.pump index b099676c..811502d0 100644 --- a/include/gmock/gmock-generated-function-mockers.h.pump +++ b/include/gmock/gmock-generated-function-mockers.h.pump @@ -274,7 +274,7 @@ class MockFunction<R($ArgTypes)> { #if GTEST_HAS_STD_FUNCTION_ std::function<R($ArgTypes)> AsStdFunction() { - return [this]($ArgDecls) { + return [this]($ArgDecls) -> R { return this->Call($ArgNames); }; } |