summaryrefslogtreecommitdiff
path: root/include/dbaccess/dataview.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/dbaccess/dataview.hxx')
-rw-r--r--include/dbaccess/dataview.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/dbaccess/dataview.hxx b/include/dbaccess/dataview.hxx
index 4dabda021210..06ee42b21ded 100644
--- a/include/dbaccess/dataview.hxx
+++ b/include/dbaccess/dataview.hxx
@@ -72,7 +72,7 @@ namespace dbaui
void attachFrame(const ::com::sun::star::uno::Reference< ::com::sun::star::frame::XFrame >& _xFrame);
protected:
// window overridables
- virtual void Paint( const Rectangle& _rRect ) SAL_OVERRIDE;
+ virtual void Paint( vcl::RenderContext& rRenderContext, const Rectangle& _rRect ) SAL_OVERRIDE;
/// re-arrange all controls, including the toolbox, it's separator, and the "real view"
virtual void resizeAll( const Rectangle& _rPlayground );