diff options
Diffstat (limited to 'vcl/inc/dndeventdispatcher.hxx')
-rw-r--r-- | vcl/inc/dndeventdispatcher.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/inc/dndeventdispatcher.hxx b/vcl/inc/dndeventdispatcher.hxx index 9756056da3bd..0b3f58560282 100644 --- a/vcl/inc/dndeventdispatcher.hxx +++ b/vcl/inc/dndeventdispatcher.hxx @@ -42,7 +42,7 @@ class DNDEventDispatcher final : public ::cppu::WeakImplHelper< std::recursive_mutex m_aMutex; css::uno::Sequence< css::datatransfer::DataFlavor > m_aDataFlavorList; - vcl::Window* findTopLevelWindow(Point location); + vcl::Window* findTopLevelWindow(Point& location); /* * fire the events on the dnd listener container of the specified window */ |