summaryrefslogtreecommitdiff
path: root/src/cppunit/ProtectorChain.cpp
diff options
context:
space:
mode:
authorFlorian Becker <fb@vxapps.com>2021-10-01 02:25:02 +0800
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2021-10-01 02:27:28 +0800
commit4a09e067ec7ba06bc89cf30075f4befc892945d9 (patch)
tree6beb601db76fc6cc947fc578366e7f8791a26630 /src/cppunit/ProtectorChain.cpp
parent89c831e25ab566756288c45e5505815e9185b276 (diff)
downloadcppunit-4a09e067ec7ba06bc89cf30075f4befc892945d9.tar.gz
add override annotations
Diffstat (limited to 'src/cppunit/ProtectorChain.cpp')
-rw-r--r--src/cppunit/ProtectorChain.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cppunit/ProtectorChain.cpp b/src/cppunit/ProtectorChain.cpp
index db7744a..c953447 100644
--- a/src/cppunit/ProtectorChain.cpp
+++ b/src/cppunit/ProtectorChain.cpp
@@ -15,7 +15,7 @@ public:
{
}
- bool operator()() const
+ bool operator()() const override
{
return m_protector->protect( m_functor, m_context );
}