mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-16 12:11:04 -06:00
cmParseBlanketJSCoverage: Pass unmodified parameter as const&
This commit is contained in:
@@ -22,7 +22,7 @@ public:
|
||||
|
||||
virtual ~JSONParser() {}
|
||||
|
||||
std::string getValue(std::string line, int type)
|
||||
std::string getValue(std::string const& line, int type)
|
||||
{
|
||||
size_t begIndex;
|
||||
size_t endIndex;
|
||||
|
||||
Reference in New Issue
Block a user