summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalVisualStudio11Generator.h
diff options
context:
space:
mode:
authorVitaly Stakhovsky <vvs31415@gitlab.org>2018-12-30 17:32:55 (GMT)
committerVitaly Stakhovsky <vvs31415@gitlab.org>2018-12-30 17:32:55 (GMT)
commit94632087b23f26a0a480cdcbab68fbc9aee7d75a (patch)
tree5f2f504ab268eebf797c3a5f1cb5c5628d4a026f /Source/cmGlobalVisualStudio11Generator.h
parentae8525b82f03d3ce0c1e880e62bec0956f90839b (diff)
downloadCMake-94632087b23f26a0a480cdcbab68fbc9aee7d75a.zip
CMake-94632087b23f26a0a480cdcbab68fbc9aee7d75a.tar.gz
CMake-94632087b23f26a0a480cdcbab68fbc9aee7d75a.tar.bz2
Add missing override
Diffstat (limited to 'Source/cmGlobalVisualStudio11Generator.h')
-rw-r--r--Source/cmGlobalVisualStudio11Generator.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmGlobalVisualStudio11Generator.h b/Source/cmGlobalVisualStudio11Generator.h
index 40f02fb..624bf36 100644
--- a/Source/cmGlobalVisualStudio11Generator.h
+++ b/Source/cmGlobalVisualStudio11Generator.h
@@ -44,7 +44,7 @@ protected:
bool IsWindowsStoreToolsetInstalled() const;
const char* GetIDEVersion() override { return "11.0"; }
- bool UseFolderProperty();
+ bool UseFolderProperty() const override;
static std::set<std::string> GetInstalledWindowsCESDKs();
/** Return true if the configuration needs to be deployed */