diff options
Diffstat (limited to 'include/vcl/group.hxx')
-rw-r--r-- | include/vcl/group.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vcl/group.hxx b/include/vcl/group.hxx index 9e7b933fe228..ec2e119b6135 100644 --- a/include/vcl/group.hxx +++ b/include/vcl/group.hxx @@ -48,7 +48,7 @@ private: public: explicit GroupBox( vcl::Window* pParent, WinBits nStyle = 0 ); - virtual void Paint( const Rectangle& rRect ) SAL_OVERRIDE; + virtual void Paint( vcl::RenderContext& rRenderContext, const Rectangle& rRect ) SAL_OVERRIDE; virtual void Draw( OutputDevice* pDev, const Point& rPos, const Size& rSize, sal_uLong nFlags ) SAL_OVERRIDE; virtual void Resize() SAL_OVERRIDE; virtual void StateChanged( StateChangedType nType ) SAL_OVERRIDE; |