summaryrefslogtreecommitdiff
path: root/vcl/inc/idlemgr.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/inc/idlemgr.hxx')
-rw-r--r--vcl/inc/idlemgr.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/inc/idlemgr.hxx b/vcl/inc/idlemgr.hxx
index d993e836a535..e83b9ef99f8c 100644
--- a/vcl/inc/idlemgr.hxx
+++ b/vcl/inc/idlemgr.hxx
@@ -44,7 +44,7 @@ public:
{ if ( maTimer.IsActive() ) maTimer.Start(); }
// Timer* kann auch NULL sein
- DECL_LINK(TimeoutHdl, void *);
+ DECL_LINK_TYPED(TimeoutHdl, Timer *, void);
};
#endif // INCLUDED_VCL_INC_IDLEMGR_HXX