summaryrefslogtreecommitdiff
path: root/vcl/inc/opengl/win
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-11-22 16:25:51 +0100
committerStephan Bergmann <sbergman@redhat.com>2016-11-22 16:26:51 +0100
commitbba580fad5ebe7643d4c6879f065d49102bf5069 (patch)
treee0bde89ed1469ed5252b2b517b536ca4e27b0a84 /vcl/inc/opengl/win
parent1c3e88a4ffd927d4dda8bb9e0d05cddc6cd685c0 (diff)
loplugin:datamembershadow
Change-Id: If9e9371569750dd2c970450b808c6c5567faae55
Diffstat (limited to 'vcl/inc/opengl/win')
-rw-r--r--vcl/inc/opengl/win/gdiimpl.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/inc/opengl/win/gdiimpl.hxx b/vcl/inc/opengl/win/gdiimpl.hxx
index 8102d2ef5c07..1ea54be23dca 100644
--- a/vcl/inc/opengl/win/gdiimpl.hxx
+++ b/vcl/inc/opengl/win/gdiimpl.hxx
@@ -20,7 +20,7 @@ class WinOpenGLSalGraphicsImpl : public OpenGLSalGraphicsImpl
{
friend class WinLayout;
private:
- WinSalGraphics& mrParent;
+ WinSalGraphics& mrWinParent;
bool RenderCompatibleDC(OpenGLCompatibleDC& rWhite, OpenGLCompatibleDC& rBlack,
int nX, int nY, TextureCombo& rCombo);