diff options
author | Sebastian Holtermann <sebholt@xwmw.org> | 2017-01-11 12:56:13 (GMT) |
---|---|---|
committer | Sebastian Holtermann <sebholt@xwmw.org> | 2017-01-12 23:00:43 (GMT) |
commit | 6c55755bdd54c2d474e2c8fe4c9d078e10404f26 (patch) | |
tree | dd2fb1526aafbc099e663bacc01a2fbf66de1c6f /Source/cmQtAutoGenerators.h | |
parent | 1491ab1c6626ed6a3b67e74b94fd18230e1bb4d4 (diff) | |
download | CMake-6c55755bdd54c2d474e2c8fe4c9d078e10404f26.zip CMake-6c55755bdd54c2d474e2c8fe4c9d078e10404f26.tar.gz CMake-6c55755bdd54c2d474e2c8fe4c9d078e10404f26.tar.bz2 |
Autogen: Generators: Make class static method a source static function
Diffstat (limited to 'Source/cmQtAutoGenerators.h')
-rw-r--r-- | Source/cmQtAutoGenerators.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/cmQtAutoGenerators.h b/Source/cmQtAutoGenerators.h index ed17dcd..b9d670a 100644 --- a/Source/cmQtAutoGenerators.h +++ b/Source/cmQtAutoGenerators.h @@ -106,7 +106,6 @@ private: bool NameCollisionTest(const std::map<std::string, std::string>& genFiles, std::multimap<std::string, std::string>& collisions); bool MakeParentDirectory(const std::string& filename); - static std::string JoinExts(const std::vector<std::string>& lst); // - Target names std::string OriginTargetName; |