From 158f7e31dc685859f5a53d88e965382c6361efb1 Mon Sep 17 00:00:00 2001 From: Stephen Kelly Date: Thu, 10 Sep 2015 22:59:40 +0200 Subject: cmMakefile: Use appropriate parameter name. --- Source/cmState.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Source/cmState.cxx b/Source/cmState.cxx index b30c10b..b66f403 100644 --- a/Source/cmState.cxx +++ b/Source/cmState.cxx @@ -1376,11 +1376,11 @@ cmBacktraceRange GetPropertyBacktraces(T const& content, template 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()); - content.push_back(vec); + content.push_back(value); backtraces.push_back(lfbt); endContentPosition = content.size(); -- cgit v0.12