summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalVisualStudioGenerator.h
diff options
context:
space:
mode:
authorVitaly Stakhovsky <vvs31415@gitlab.org>2019-01-02 13:25:49 (GMT)
committerVitaly Stakhovsky <vvs31415@gitlab.org>2019-01-02 13:25:49 (GMT)
commit77d83568e0aa96c34520b78e3671aa0d140a158e (patch)
tree5fdcf8fd49076c141364770529bbf9a9725c6783 /Source/cmGlobalVisualStudioGenerator.h
parent88f1e79f3e8076bd57d9ae54037fd05f655c2960 (diff)
downloadCMake-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.h2
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>