diff options
author | Regina Pfeifer <regina@mailbox.org> | 2019-07-30 21:54:12 (GMT) |
---|---|---|
committer | Kyle Edwards <kyle.edwards@kitware.com> | 2019-07-31 17:22:42 (GMT) |
commit | 41364824ad84a40c9906b7b5de492e45a74c8945 (patch) | |
tree | c53e0a60e2e2d1f736a9ce621a32b582e15285f1 /Source/cmFunctionBlocker.h | |
parent | 6491270e0d3699f5151c08ef41dce84724f9ffc1 (diff) | |
download | CMake-41364824ad84a40c9906b7b5de492e45a74c8945.zip CMake-41364824ad84a40c9906b7b5de492e45a74c8945.tar.gz CMake-41364824ad84a40c9906b7b5de492e45a74c8945.tar.bz2 |
cmFunctionBlocker: Recycle functions
Diffstat (limited to 'Source/cmFunctionBlocker.h')
-rw-r--r-- | Source/cmFunctionBlocker.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmFunctionBlocker.h b/Source/cmFunctionBlocker.h index 8b05993..87bdccd 100644 --- a/Source/cmFunctionBlocker.h +++ b/Source/cmFunctionBlocker.h @@ -42,7 +42,7 @@ private: virtual bool ArgumentsMatch(cmListFileFunction const& lff, cmMakefile& mf) const = 0; - virtual bool Replay(std::vector<cmListFileFunction> const& functions, + virtual bool Replay(std::vector<cmListFileFunction> functions, cmExecutionStatus& status) = 0; private: |