summaryrefslogtreecommitdiffstats
path: root/Source/cmVisualStudio10TargetGenerator.h
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2018-03-29 14:23:58 (GMT)
committerKitware Robot <kwrobot@kitware.com>2018-03-29 14:24:06 (GMT)
commit894a41fc275b454e3d9da04b6e15244099269c74 (patch)
tree188a5c25f553b2a87ef61c6b3346351cb94dc3b3 /Source/cmVisualStudio10TargetGenerator.h
parent3272677e634629628a6293614fd169ff66d72e0d (diff)
parent80767dd50e9898002253f383e9029dcc9da9f4c4 (diff)
downloadCMake-894a41fc275b454e3d9da04b6e15244099269c74.zip
CMake-894a41fc275b454e3d9da04b6e15244099269c74.tar.gz
CMake-894a41fc275b454e3d9da04b6e15244099269c74.tar.bz2
Merge topic 'vs-simplify'
80767dd50e VS: Simplify XML code Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !1895
Diffstat (limited to 'Source/cmVisualStudio10TargetGenerator.h')
-rw-r--r--Source/cmVisualStudio10TargetGenerator.h3
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