summaryrefslogtreecommitdiff
path: root/include/unotest/bootstrapfixturebase.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/unotest/bootstrapfixturebase.hxx')
-rw-r--r--include/unotest/bootstrapfixturebase.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/unotest/bootstrapfixturebase.hxx b/include/unotest/bootstrapfixturebase.hxx
index d3962b29b2f7..67be3b5f4ea7 100644
--- a/include/unotest/bootstrapfixturebase.hxx
+++ b/include/unotest/bootstrapfixturebase.hxx
@@ -41,7 +41,7 @@ protected:
public:
BootstrapFixtureBase();
- virtual ~BootstrapFixtureBase();
+ virtual ~BootstrapFixtureBase() override;
const css::uno::Reference<css::uno::XComponentContext>&
getComponentContext() { return m_xContext; }