diff options
author | Brad King <brad.king@kitware.com> | 2019-01-09 16:28:57 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2019-01-10 12:52:48 (GMT) |
commit | 03f74a16cde9e2e7e3433054970cc7cadd31388f (patch) | |
tree | 2ddb8d32f2492160dd3ca0a817c055abdb71a0ee /Source/cmGlobalVisualStudio12Generator.h | |
parent | d07f453f39b477d687dd87aad2e1cd766598b434 (diff) | |
download | CMake-03f74a16cde9e2e7e3433054970cc7cadd31388f.zip CMake-03f74a16cde9e2e7e3433054970cc7cadd31388f.tar.gz CMake-03f74a16cde9e2e7e3433054970cc7cadd31388f.tar.bz2 |
VS: Convert GetIDEVersion to non-virtual table lookup
Diffstat (limited to 'Source/cmGlobalVisualStudio12Generator.h')
-rw-r--r-- | Source/cmGlobalVisualStudio12Generator.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/cmGlobalVisualStudio12Generator.h b/Source/cmGlobalVisualStudio12Generator.h index 2e1e00c..d392280 100644 --- a/Source/cmGlobalVisualStudio12Generator.h +++ b/Source/cmGlobalVisualStudio12Generator.h @@ -43,7 +43,6 @@ protected: // of the toolset is installed bool IsWindowsPhoneToolsetInstalled() const; bool IsWindowsStoreToolsetInstalled() const; - const char* GetIDEVersion() const override { return "12.0"; } private: class Factory; |