mirror of
https://github.com/reactos/CMake.git
synced 2024-11-29 06:20:23 +00:00
cmMakefile: Use appropriate parameter name.
This commit is contained in:
parent
08ce3f486e
commit
158f7e31dc
@ -1376,11 +1376,11 @@ cmBacktraceRange GetPropertyBacktraces(T const& content,
|
|||||||
|
|
||||||
template <typename T, typename U, typename V>
|
template <typename T, typename U, typename V>
|
||||||
void AppendEntry(T& content, U& backtraces, V& endContentPosition,
|
void AppendEntry(T& content, U& backtraces, V& endContentPosition,
|
||||||
const std::string& vec, const cmListFileBacktrace& lfbt)
|
const std::string& value, const cmListFileBacktrace& lfbt)
|
||||||
{
|
{
|
||||||
assert(endContentPosition == content.size());
|
assert(endContentPosition == content.size());
|
||||||
|
|
||||||
content.push_back(vec);
|
content.push_back(value);
|
||||||
backtraces.push_back(lfbt);
|
backtraces.push_back(lfbt);
|
||||||
|
|
||||||
endContentPosition = content.size();
|
endContentPosition = content.size();
|
||||||
|
Loading…
Reference in New Issue
Block a user