summaryrefslogtreecommitdiff
path: root/ACE/tests/Notify_Performance_Test.cpp
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2020-12-08 15:59:50 +0100
committerGitHub <noreply@github.com>2020-12-08 15:59:50 +0100
commite05eb413c59f589e7d4192af7e12eb777017bd70 (patch)
treee0e30afc85e8167332dcf90eae01db949fe1ed6a /ACE/tests/Notify_Performance_Test.cpp
parenta30b3586e9fbf13b7151e387a37eb59cf0571263 (diff)
parent850b8c2db82b57e489ea352536a3c79898a1c655 (diff)
downloadATCD-e05eb413c59f589e7d4192af7e12eb777017bd70.tar.gz
Merge pull request #1338 from jwillemsen/jwi-acetestsoverride
Make use of override where it should be used instead of virtual
Diffstat (limited to 'ACE/tests/Notify_Performance_Test.cpp')
-rw-r--r--ACE/tests/Notify_Performance_Test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/tests/Notify_Performance_Test.cpp b/ACE/tests/Notify_Performance_Test.cpp
index 13301f58711..84f61e6ff43 100644
--- a/ACE/tests/Notify_Performance_Test.cpp
+++ b/ACE/tests/Notify_Performance_Test.cpp
@@ -53,7 +53,7 @@ class Handler : public ACE_Event_Handler
{
public:
/// The Handler callbacks.
- virtual int handle_exception (ACE_HANDLE fd = ACE_INVALID_HANDLE);
+ int handle_exception (ACE_HANDLE fd = ACE_INVALID_HANDLE) override;
};
int