summaryrefslogtreecommitdiffstats
path: root/Source/cmLocalGhsMultiGenerator.h
diff options
context:
space:
mode:
authorVitaly Stakhovsky <vvs31415@gitlab.org>2019-03-05 00:55:31 (GMT)
committerVitaly Stakhovsky <vvs31415@gitlab.org>2019-03-05 00:55:31 (GMT)
commitc9d2e1cee07a9b93d9584768ce5610af70b7d44d (patch)
tree003ee7cf33568c7e25ea8ac543e56fedd66cb135 /Source/cmLocalGhsMultiGenerator.h
parent6873e984869d7f0f96cc8d93ebe76413d1b14b36 (diff)
downloadCMake-c9d2e1cee07a9b93d9584768ce5610af70b7d44d.zip
CMake-c9d2e1cee07a9b93d9584768ce5610af70b7d44d.tar.gz
CMake-c9d2e1cee07a9b93d9584768ce5610af70b7d44d.tar.bz2
Fix missing `override`
Diffstat (limited to 'Source/cmLocalGhsMultiGenerator.h')
-rw-r--r--Source/cmLocalGhsMultiGenerator.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmLocalGhsMultiGenerator.h b/Source/cmLocalGhsMultiGenerator.h
index d5bec42..2584fd3 100644
--- a/Source/cmLocalGhsMultiGenerator.h
+++ b/Source/cmLocalGhsMultiGenerator.h
@@ -23,7 +23,7 @@ public:
/**
* Generate the makefile for this directory.
*/
- virtual void Generate();
+ void Generate() override;
std::string GetTargetDirectory(
cmGeneratorTarget const* target) const override;