summaryrefslogtreecommitdiff
path: root/include/comphelper/containermultiplexer.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/comphelper/containermultiplexer.hxx')
-rw-r--r--include/comphelper/containermultiplexer.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/comphelper/containermultiplexer.hxx b/include/comphelper/containermultiplexer.hxx
index b1c4f9dadb5f..5b40b62ae515 100644
--- a/include/comphelper/containermultiplexer.hxx
+++ b/include/comphelper/containermultiplexer.hxx
@@ -69,7 +69,7 @@ namespace comphelper
// workaround for incremental linking bugs in MSVC2015
class SAL_DLLPUBLIC_TEMPLATE OContainerListenerAdapter_Base : public cppu::WeakImplHelper< css::container::XContainerListener > {};
- class COMPHELPER_DLLPUBLIC OContainerListenerAdapter : public OContainerListenerAdapter_Base
+ class COMPHELPER_DLLPUBLIC OContainerListenerAdapter final : public OContainerListenerAdapter_Base
{
friend class OContainerListener;