summaryrefslogtreecommitdiff
path: root/Source/cmGlobalVisualStudio12Generator.h
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2019-01-09 11:51:12 -0500
committerBrad King <brad.king@kitware.com>2019-01-10 07:52:51 -0500
commit163cc8bbdd20fceaa6958a071e3d15f53b224864 (patch)
tree2c925c3df0b20c073d0c529fd31477c572bd7f1f /Source/cmGlobalVisualStudio12Generator.h
parent6d99406e698a3d1b0b69b0fc0f6e09e93fc4ed79 (diff)
downloadcmake-163cc8bbdd20fceaa6958a071e3d15f53b224864.tar.gz
VS: Convert WriteSLNHeader to non-virtual lookup table
Diffstat (limited to 'Source/cmGlobalVisualStudio12Generator.h')
-rw-r--r--Source/cmGlobalVisualStudio12Generator.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/Source/cmGlobalVisualStudio12Generator.h b/Source/cmGlobalVisualStudio12Generator.h
index d392280536..1b7bbc9e01 100644
--- a/Source/cmGlobalVisualStudio12Generator.h
+++ b/Source/cmGlobalVisualStudio12Generator.h
@@ -24,8 +24,6 @@ public:
bool MatchesGeneratorName(const std::string& name) const override;
- void WriteSLNHeader(std::ostream& fout) override;
-
protected:
bool ProcessGeneratorToolsetField(std::string const& key,
std::string const& value) override;