summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-09-21 09:29:14 +0200
committerNoel Grandin <noel@peralex.com>2015-09-21 09:29:14 +0200
commitdd38f64014f81df215fca9fd69e5963e161c47e2 (patch)
tree28a6d4e7aa093f1cf7db72e7acddc2909119546f /vcl
parent1e67e94f1a308ca60d4934e9fe9d5c048225ebe8 (diff)
fix OSX build
after my Link<> changes Change-Id: I418101e2bf2a29b13b7e9eadaedfe57776cf45ee
Diffstat (limited to 'vcl')
-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 3dc39261a933..0188cacc515f 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<VclSimpleEvent&,void> m_aWindowEventLink;
// the UNO XAccessibilityEventListener for Documents and other non VCL objects
const ::com::sun::star::uno::Reference< DocumentFocusListener > m_xDocumentFocusListener;