summaryrefslogtreecommitdiffstats
path: root/include/vcl/group.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/vcl/group.hxx')
-rw-r--r--include/vcl/group.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vcl/group.hxx b/include/vcl/group.hxx
index 3c68a4cdb5a6..1669cfe1cf91 100644
--- a/include/vcl/group.hxx
+++ b/include/vcl/group.hxx
@@ -45,7 +45,7 @@ private:
public:
explicit GroupBox( vcl::Window* pParent, WinBits nStyle );
- virtual void Paint( vcl::RenderContext& rRenderContext, const Rectangle& rRect ) override;
+ virtual void Paint( vcl::RenderContext& rRenderContext, const tools::Rectangle& rRect ) override;
virtual void Draw( OutputDevice* pDev, const Point& rPos, const Size& rSize, DrawFlags nFlags ) override;
virtual void Resize() override;
virtual void StateChanged( StateChangedType nType ) override;