vcl/inc/osx/a11yfocustracker.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit dd38f64014f81df215fca9fd69e5963e161c47e2
Author: Noel Grandin <[email protected]>
Date:   Mon Sep 21 09:29:14 2015 +0200

    fix OSX build
    
    after my Link<> changes
    
    Change-Id: I418101e2bf2a29b13b7e9eadaedfe57776cf45ee

diff --git a/vcl/inc/osx/a11yfocustracker.hxx b/vcl/inc/osx/a11yfocustracker.hxx
index 3dc3926..0188cac 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;
_______________________________________________
Libreoffice-commits mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to