summaryrefslogtreecommitdiff
path: root/vcl/inc/osx/a11yfocustracker.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/inc/osx/a11yfocustracker.hxx')
-rw-r--r--vcl/inc/osx/a11yfocustracker.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/inc/osx/a11yfocustracker.hxx b/vcl/inc/osx/a11yfocustracker.hxx
index 6f1efd6946de..2dc3d82baf60 100644
--- a/vcl/inc/osx/a11yfocustracker.hxx
+++ b/vcl/inc/osx/a11yfocustracker.hxx
@@ -87,7 +87,7 @@ private:
std::set<VclPtr<vcl::Window>> m_aDocumentWindowList;
// the link object needed for Application::addEventListener
- Link m_aWindowEventLink;
+ Link<> m_aWindowEventLink;
// the UNO XAccessibilityEventListener for Documents and other non VCL objects
const ::com::sun::star::uno::Reference< DocumentFocusListener > m_xDocumentFocusListener;