cmQtAutoGenInitializer: Improve Const-correctness

This commit is contained in:
Orkun Tokdemir
2024-01-16 15:53:26 +01:00
committed by Brad King
parent 0bce22e71e
commit 4deb9c41b8

View File

@@ -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;