summaryrefslogtreecommitdiff
path: root/include/test/bootstrapfixture.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/test/bootstrapfixture.hxx')
-rw-r--r--include/test/bootstrapfixture.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/test/bootstrapfixture.hxx b/include/test/bootstrapfixture.hxx
index 3930f8ac85bc..13cf1685fbab 100644
--- a/include/test/bootstrapfixture.hxx
+++ b/include/test/bootstrapfixture.hxx
@@ -50,7 +50,7 @@ public:
DECL_STATIC_LINK_TYPED( BootstrapFixture, ImplInitFilterHdl, ConvertData&, bool );
BootstrapFixture( bool bAssertOnDialog = true, bool bNeedUCB = true );
- virtual ~BootstrapFixture();
+ virtual ~BootstrapFixture() override;
virtual void setUp() override;