Kaydet (Commit) dd38f640 authored tarafından Noel Grandin's avatar Noel Grandin

fix OSX build

after my Link<> changes

Change-Id: I418101e2bf2a29b13b7e9eadaedfe57776cf45ee
üst 1e67e94f
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment