summaryrefslogtreecommitdiff
path: root/include/vcl/graph.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-09-08 14:28:58 +0200
committerNoel Grandin <noel@peralex.com>2015-09-10 08:20:15 +0200
commit4db28b21499b866c44a6727118a9a94bf2f590ef (patch)
tree641178417368b22f0ccece05b0d2fb919f7ea982 /include/vcl/graph.hxx
parent5066199663e40aad46e769ca3372f5f0b9915789 (diff)
convert Link<> to typed
Change-Id: I7aa46c5cbaf70bea5756a4066bc620b3c40dedee
Diffstat (limited to 'include/vcl/graph.hxx')
-rw-r--r--include/vcl/graph.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/vcl/graph.hxx b/include/vcl/graph.hxx
index cc2890dcf898..c7d2ceba7b95 100644
--- a/include/vcl/graph.hxx
+++ b/include/vcl/graph.hxx
@@ -155,8 +155,8 @@ public:
void StopAnimation( OutputDevice* pOutputDevice = NULL,
long nExtraData = 0L );
- void SetAnimationNotifyHdl( const Link<>& rLink );
- Link<> GetAnimationNotifyHdl() const;
+ void SetAnimationNotifyHdl( const Link<Animation*,void>& rLink );
+ Link<Animation*,void> GetAnimationNotifyHdl() const;
sal_uLong GetAnimationLoopCount() const;