From 6d8124e30c6ce38219ca323f9674f242c822c360 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Mon, 21 Sep 2015 08:55:52 +0200 Subject: convert Link<> to typed and remove unused UserEvent class Change-Id: Ic61c5eef75c36393dbbaa92d93163eab89021ee3 --- framework/inc/dispatch/closedispatcher.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'framework/inc/dispatch/closedispatcher.hxx') diff --git a/framework/inc/dispatch/closedispatcher.hxx b/framework/inc/dispatch/closedispatcher.hxx index 0617bc003927..edce4d7dac15 100644 --- a/framework/inc/dispatch/closedispatcher.hxx +++ b/framework/inc/dispatch/closedispatcher.hxx @@ -165,7 +165,7 @@ class CloseDispatcher : public ::cppu::WeakImplHelper< asynchronous. Otherwise our callis kill its own environment during they call us ... */ - DECL_LINK( impl_asyncCallback, void* ); + DECL_LINK_TYPED( impl_asyncCallback, LinkParamNone*, void ); /** @short prepare m_xCloseFrame so it should be closeable without problems. -- cgit