diff options
author | Leonid Pospelov <pospelovlm@yandex.ru> | 2019-04-12 15:19:58 (GMT) |
---|---|---|
committer | Leonid Pospelov <pospelovlm@yandex.ru> | 2019-04-12 15:20:07 (GMT) |
commit | 2418a5aec0cad5cfd23fdb82ac6e11aa2a20a63e (patch) | |
tree | b4a8d28462118afb3889e95ed0343c76b5819a83 /Source/cmVisualStudio10TargetGenerator.h | |
parent | db6fdfdb053a372382ff8eadad9bfa47c1a3b4bc (diff) | |
download | CMake-2418a5aec0cad5cfd23fdb82ac6e11aa2a20a63e.zip CMake-2418a5aec0cad5cfd23fdb82ac6e11aa2a20a63e.tar.gz CMake-2418a5aec0cad5cfd23fdb82ac6e11aa2a20a63e.tar.bz2 |
cmVisualStudio10TargetGenerator: Remove uses of const_cast
Diffstat (limited to 'Source/cmVisualStudio10TargetGenerator.h')
-rw-r--r-- | Source/cmVisualStudio10TargetGenerator.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmVisualStudio10TargetGenerator.h b/Source/cmVisualStudio10TargetGenerator.h index 5901004..6a1ee1d 100644 --- a/Source/cmVisualStudio10TargetGenerator.h +++ b/Source/cmVisualStudio10TargetGenerator.h @@ -165,7 +165,7 @@ private: void WriteGroupSources(Elem& e0, std::string const& name, ToolSources const& sources, std::vector<cmSourceGroup>&); - void AddMissingSourceGroups(std::set<cmSourceGroup*>& groupsUsed, + void AddMissingSourceGroups(std::set<cmSourceGroup const*>& groupsUsed, const std::vector<cmSourceGroup>& allGroups); bool IsResxHeader(const std::string& headerFile); bool IsXamlHeader(const std::string& headerFile); |