diff options
author | Vitaly Stakhovsky <vvs31415@gitlab.org> | 2018-03-27 21:39:19 (GMT) |
---|---|---|
committer | Vitaly Stakhovsky <vvs31415@gitlab.org> | 2018-03-27 21:39:19 (GMT) |
commit | 80767dd50e9898002253f383e9029dcc9da9f4c4 (patch) | |
tree | a39bb0042680c84f52a60c912feb61d77e0dbb30 /Source/cmVisualStudio10TargetGenerator.h | |
parent | d5f0b2df8eaa7d4d266ac43384e7aa91e19107e2 (diff) | |
download | CMake-80767dd50e9898002253f383e9029dcc9da9f4c4.zip CMake-80767dd50e9898002253f383e9029dcc9da9f4c4.tar.gz CMake-80767dd50e9898002253f383e9029dcc9da9f4c4.tar.bz2 |
VS: Simplify XML code
Get rid of suffix arguments
Diffstat (limited to 'Source/cmVisualStudio10TargetGenerator.h')
-rw-r--r-- | Source/cmVisualStudio10TargetGenerator.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Source/cmVisualStudio10TargetGenerator.h b/Source/cmVisualStudio10TargetGenerator.h index 87f735d..7106737 100644 --- a/Source/cmVisualStudio10TargetGenerator.h +++ b/Source/cmVisualStudio10TargetGenerator.h @@ -34,8 +34,7 @@ public: void Generate(); // used by cmVisualStudioGeneratorOptions void WritePlatformConfigTag(const char* tag, const std::string& config, - int indentLevel, const char* attribute = 0, - const char* end = 0, std::ostream* strm = 0); + int indentLevel, const char* attribute = 0); private: struct ToolSource |