diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/vcl/animate/Animation.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/vcl/animate/Animation.hxx b/include/vcl/animate/Animation.hxx index 57f1c9d6227e..2df9f51d0221 100644 --- a/include/vcl/animate/Animation.hxx +++ b/include/vcl/animate/Animation.hxx @@ -43,9 +43,9 @@ public: void Clear(); bool Start(OutputDevice& rOutDev, const Point& rDestPt, const Size& rDestSz, - tools::Long nExtraData, OutputDevice* pFirstFrameOutDev); + tools::Long nRendererId, OutputDevice* pFirstFrameOutDev); - void Stop(const OutputDevice* pOutDev = nullptr, tools::Long nExtraData = 0); + void Stop(const OutputDevice* pOutDev = nullptr, tools::Long nRendererId = 0); void Draw(OutputDevice& rOutDev, const Point& rDestPt) const; void Draw(OutputDevice& rOutDev, const Point& rDestPt, const Size& rDestSz) const; |