summaryrefslogtreecommitdiff
path: root/Source/cmGlobalVisualStudio12Generator.h
diff options
context:
space:
mode:
authorVitaly Stakhovsky <vvs31415@gitlab.org>2019-01-02 08:25:49 -0500
committerVitaly Stakhovsky <vvs31415@gitlab.org>2019-01-02 08:25:49 -0500
commit77d83568e0aa96c34520b78e3671aa0d140a158e (patch)
tree5fdcf8fd49076c141364770529bbf9a9725c6783 /Source/cmGlobalVisualStudio12Generator.h
parent88f1e79f3e8076bd57d9ae54037fd05f655c2960 (diff)
downloadcmake-77d83568e0aa96c34520b78e3671aa0d140a158e.tar.gz
cmGlobalVisualStudioGenerator::GetIDEVersion(): const added
Diffstat (limited to 'Source/cmGlobalVisualStudio12Generator.h')
-rw-r--r--Source/cmGlobalVisualStudio12Generator.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmGlobalVisualStudio12Generator.h b/Source/cmGlobalVisualStudio12Generator.h
index 9d6554a342..ae78de78c2 100644
--- a/Source/cmGlobalVisualStudio12Generator.h
+++ b/Source/cmGlobalVisualStudio12Generator.h
@@ -48,7 +48,7 @@ protected:
// of the toolset is installed
bool IsWindowsPhoneToolsetInstalled() const;
bool IsWindowsStoreToolsetInstalled() const;
- const char* GetIDEVersion() override { return "12.0"; }
+ const char* GetIDEVersion() const override { return "12.0"; }
private:
class Factory;