diff options
author | Sebastian Holtermann <sebholt@xwmw.org> | 2016-12-24 16:36:56 (GMT) |
---|---|---|
committer | Sebastian Holtermann <sebholt@xwmw.org> | 2017-01-10 11:49:13 (GMT) |
commit | a1e49bb155132606ed9f590c0b62e68f2e288d0b (patch) | |
tree | 380262c11945fdf39a3472f5676a7296c9f96abb /Source/cmQtAutoGenerators.h | |
parent | aff368bb8456694e2550e2f69451456728ab31eb (diff) | |
download | CMake-a1e49bb155132606ed9f590c0b62e68f2e288d0b.zip CMake-a1e49bb155132606ed9f590c0b62e68f2e288d0b.tar.gz CMake-a1e49bb155132606ed9f590c0b62e68f2e288d0b.tar.bz2 |
AUTOGEN: Generators: rename makeParentDirectory to MakeParentDirectory
Diffstat (limited to 'Source/cmQtAutoGenerators.h')
-rw-r--r-- | Source/cmQtAutoGenerators.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmQtAutoGenerators.h b/Source/cmQtAutoGenerators.h index c241579..24960a5 100644 --- a/Source/cmQtAutoGenerators.h +++ b/Source/cmQtAutoGenerators.h @@ -91,7 +91,7 @@ private: void LogError(const std::string& message); void LogCommand(const std::vector<std::string>& command); - bool makeParentDirectory(const std::string& filename); + bool MakeParentDirectory(const std::string& filename); std::string JoinExts(const std::vector<std::string>& lst); |