summaryrefslogtreecommitdiff
path: root/test/source/vclbootstrapprotector.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'test/source/vclbootstrapprotector.cxx')
-rw-r--r--test/source/vclbootstrapprotector.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/source/vclbootstrapprotector.cxx b/test/source/vclbootstrapprotector.cxx
index f0c4e92c8e93..de762829ab03 100644
--- a/test/source/vclbootstrapprotector.cxx
+++ b/test/source/vclbootstrapprotector.cxx
@@ -53,7 +53,7 @@ private:
virtual bool protect(
CppUnit::Functor const & functor, CppUnit::ProtectorContext const &)
- SAL_OVERRIDE
+ override
{ return functor(); }
DECL_STATIC_LINK_TYPED(Protector, deinitHook, LinkParamNone*, void);