diff options
author | Vitaly Stakhovsky <vvs31415@gitlab.org> | 2019-01-02 13:25:49 (GMT) |
---|---|---|
committer | Vitaly Stakhovsky <vvs31415@gitlab.org> | 2019-01-02 13:25:49 (GMT) |
commit | 77d83568e0aa96c34520b78e3671aa0d140a158e (patch) | |
tree | 5fdcf8fd49076c141364770529bbf9a9725c6783 /Source/cmGlobalVisualStudio7Generator.h | |
parent | 88f1e79f3e8076bd57d9ae54037fd05f655c2960 (diff) | |
download | CMake-77d83568e0aa96c34520b78e3671aa0d140a158e.zip CMake-77d83568e0aa96c34520b78e3671aa0d140a158e.tar.gz CMake-77d83568e0aa96c34520b78e3671aa0d140a158e.tar.bz2 |
cmGlobalVisualStudioGenerator::GetIDEVersion(): const added
Diffstat (limited to 'Source/cmGlobalVisualStudio7Generator.h')
-rw-r--r-- | Source/cmGlobalVisualStudio7Generator.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/cmGlobalVisualStudio7Generator.h b/Source/cmGlobalVisualStudio7Generator.h index 59e7a98..12a86f2 100644 --- a/Source/cmGlobalVisualStudio7Generator.h +++ b/Source/cmGlobalVisualStudio7Generator.h @@ -111,7 +111,6 @@ public: protected: void Generate() override; - virtual const char* GetIDEVersion() = 0; std::string const& GetDevEnvCommand(); virtual std::string FindDevEnvCommand(); |