summaryrefslogtreecommitdiff
path: root/TAO/tao
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2021-06-21 09:07:20 +0200
committerJohnny Willemsen <jwillemsen@remedy.nl>2021-06-21 09:07:20 +0200
commitedb65903473f95d16434895c1cc772e0f413eee5 (patch)
tree62dd54954927da026162db1648cb864078f1009a /TAO/tao
parentedf3f0d624f95ad02ada1a22cfa9f6beb393f82a (diff)
downloadATCD-edb65903473f95d16434895c1cc772e0f413eee5.tar.gz
Use override instead of virtual
* TAO/tao/RTScheduling/Current.h:
Diffstat (limited to 'TAO/tao')
-rw-r--r--TAO/tao/RTScheduling/Current.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tao/RTScheduling/Current.h b/TAO/tao/RTScheduling/Current.h
index 87959bbc07a..1361e14572a 100644
--- a/TAO/tao/RTScheduling/Current.h
+++ b/TAO/tao/RTScheduling/Current.h
@@ -146,7 +146,7 @@ class TAO_RTScheduler_Export TAO_RTScheduler_Current
return nullptr;
}
- virtual const char* _interface_repository_id () const;
+ const char* _interface_repository_id () const override;
//@}
private: