diff options
Diffstat (limited to 'vcl/source/window/cursor.cxx')
-rw-r--r-- | vcl/source/window/cursor.cxx | 3 |
1 files changed, 1 insertions, 2 deletions
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() |