From 8cafd08278c0b925aac91ea94d8f907d98f07047 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Mon, 4 May 2015 17:28:40 +0200 Subject: Use typed Timer::SetTimeoutHdl Link Change-Id: Iaaf0c93e5b28c0f7dbe4f02eda8beeae30708100 --- vcl/source/window/cursor.cxx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'vcl/source/window/cursor.cxx') diff --git a/vcl/source/window/cursor.cxx b/vcl/source/window/cursor.cxx index e61d82b1b5d6..c313001aec9b 100644 --- a/vcl/source/window/cursor.cxx +++ b/vcl/source/window/cursor.cxx @@ -246,13 +246,12 @@ void vcl::Cursor::ImplNew() } } -IMPL_LINK_NOARG(vcl::Cursor, ImplTimerHdl) +IMPL_LINK_NOARG_TYPED(vcl::Cursor, ImplTimerHdl, Timer *, void) { if ( mpData->mbCurVisible ) ImplRestore(); else ImplDraw(); - return 0; } vcl::Cursor::Cursor() -- cgit