summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalVisualStudio8Generator.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/cmGlobalVisualStudio8Generator.h
parentae8525b82f03d3ce0c1e880e62bec0956f90839b (diff)
downloadCMake-94632087b23f26a0a480cdcbab68fbc9aee7d75a.zip
CMake-94632087b23f26a0a480cdcbab68fbc9aee7d75a.tar.gz
CMake-94632087b23f26a0a480cdcbab68fbc9aee7d75a.tar.bz2
Add missing override
Diffstat (limited to 'Source/cmGlobalVisualStudio8Generator.h')
-rw-r--r--Source/cmGlobalVisualStudio8Generator.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmGlobalVisualStudio8Generator.h b/Source/cmGlobalVisualStudio8Generator.h
index 6f64b9c..a431cc1 100644
--- a/Source/cmGlobalVisualStudio8Generator.h
+++ b/Source/cmGlobalVisualStudio8Generator.h
@@ -73,7 +73,7 @@ protected:
const char* path,
const cmGeneratorTarget* t) override;
- bool UseFolderProperty();
+ bool UseFolderProperty() const override;
std::string Name;
std::string WindowsCEVersion;