summaryrefslogtreecommitdiff
path: root/reportdesign/source/core/inc/Function.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'reportdesign/source/core/inc/Function.hxx')
-rw-r--r--reportdesign/source/core/inc/Function.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/reportdesign/source/core/inc/Function.hxx b/reportdesign/source/core/inc/Function.hxx
index c39378a26b97..5a901f5fefec 100644
--- a/reportdesign/source/core/inc/Function.hxx
+++ b/reportdesign/source/core/inc/Function.hxx
@@ -75,7 +75,7 @@ namespace reportdesign
l.notify();
}
protected:
- virtual ~OFunction();
+ virtual ~OFunction() override;
public:
explicit OFunction(css::uno::Reference< css::uno::XComponentContext > const & _xContext);