diff options
Diffstat (limited to 'src/cppunit/ProtectorChain.cpp')
-rw-r--r-- | src/cppunit/ProtectorChain.cpp | 2 |
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 ); } |