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/cmGlobalVisualStudioGenerator.h | |
parent | 88f1e79f3e8076bd57d9ae54037fd05f655c2960 (diff) | |
download | CMake-77d83568e0aa96c34520b78e3671aa0d140a158e.zip CMake-77d83568e0aa96c34520b78e3671aa0d140a158e.tar.gz CMake-77d83568e0aa96c34520b78e3671aa0d140a158e.tar.bz2 |
cmGlobalVisualStudioGenerator::GetIDEVersion(): const added
Diffstat (limited to 'Source/cmGlobalVisualStudioGenerator.h')
-rw-r--r-- | Source/cmGlobalVisualStudioGenerator.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmGlobalVisualStudioGenerator.h b/Source/cmGlobalVisualStudioGenerator.h index 4a7705d..c891160 100644 --- a/Source/cmGlobalVisualStudioGenerator.h +++ b/Source/cmGlobalVisualStudioGenerator.h @@ -137,7 +137,7 @@ protected: // below 8. virtual bool VSLinksDependencies() const { return true; } - virtual const char* GetIDEVersion() = 0; + virtual const char* GetIDEVersion() const = 0; bool ComputeTargetDepends() override; class VSDependSet : public std::set<std::string> |