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.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/vcl/inc/idlemgr.hxx b/vcl/inc/idlemgr.hxx
index 4e0a6396b8cf..d993e836a535 100644
--- a/vcl/inc/idlemgr.hxx
+++ b/vcl/inc/idlemgr.hxx
@@ -37,8 +37,8 @@ public:
ImplIdleMgr();
~ImplIdleMgr();
- bool InsertIdleHdl( const Link& rLink, sal_uInt16 nPriority );
- void RemoveIdleHdl( const Link& rLink );
+ bool InsertIdleHdl( const Link<>& rLink, sal_uInt16 nPriority );
+ void RemoveIdleHdl( const Link<>& rLink );
void RestartIdler()
{ if ( maTimer.IsActive() ) maTimer.Start(); }