mirror of
https://github.com/Kitware/CMake.git
synced 2026-03-13 12:59:55 -05:00
cmQtAutoGenInitializer: Improve Const-correctness
This commit is contained in:
committed by
Brad King
parent
0bce22e71e
commit
4deb9c41b8
@@ -70,7 +70,7 @@ unsigned int GetParallelCPUCount()
|
||||
return count;
|
||||
}
|
||||
|
||||
std::string FileProjectRelativePath(cmMakefile* makefile,
|
||||
std::string FileProjectRelativePath(cmMakefile const* makefile,
|
||||
std::string const& fileName)
|
||||
{
|
||||
std::string res;
|
||||
|
||||
Reference in New Issue
Block a user