summaryrefslogtreecommitdiff
path: root/vcl/inc/dndeventdispatcher.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/inc/dndeventdispatcher.hxx')
-rw-r--r--vcl/inc/dndeventdispatcher.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/inc/dndeventdispatcher.hxx b/vcl/inc/dndeventdispatcher.hxx
index 5cb29bd2105c..79851892c144 100644
--- a/vcl/inc/dndeventdispatcher.hxx
+++ b/vcl/inc/dndeventdispatcher.hxx
@@ -36,7 +36,7 @@ class DNDEventDispatcher: public ::cppu::WeakImplHelper<
VclPtr<vcl::Window> m_pCurrentWindow;
void designate_currentwindow(vcl::Window *pWindow);
- DECL_LINK_TYPED(WindowEventListener, VclWindowEvent&, void);
+ DECL_LINK(WindowEventListener, VclWindowEvent&, void);
::osl::Mutex m_aMutex;
css::uno::Sequence< css::datatransfer::DataFlavor > m_aDataFlavorList;