diff options
author | Noel Grandin <noel@peralex.com> | 2015-09-21 09:29:14 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2015-09-21 09:29:14 +0200 |
commit | dd38f64014f81df215fca9fd69e5963e161c47e2 (patch) | |
tree | 28a6d4e7aa093f1cf7db72e7acddc2909119546f /vcl | |
parent | 1e67e94f1a308ca60d4934e9fe9d5c048225ebe8 (diff) |
fix OSX build
after my Link<> changes
Change-Id: I418101e2bf2a29b13b7e9eadaedfe57776cf45ee
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/inc/osx/a11yfocustracker.hxx | 2 |
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; |