diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2016-11-22 16:25:51 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2016-11-22 16:26:51 +0100 |
commit | bba580fad5ebe7643d4c6879f065d49102bf5069 (patch) | |
tree | e0bde89ed1469ed5252b2b517b536ca4e27b0a84 /vcl/inc/opengl | |
parent | 1c3e88a4ffd927d4dda8bb9e0d05cddc6cd685c0 (diff) |
loplugin:datamembershadow
Change-Id: If9e9371569750dd2c970450b808c6c5567faae55
Diffstat (limited to 'vcl/inc/opengl')
-rw-r--r-- | vcl/inc/opengl/win/gdiimpl.hxx | 2 |
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); |