diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-11-13 21:17:59 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-11-13 21:17:59 +0000 |
commit | fb67b8e71f575318b656f182ec66f4686b2e378d (patch) | |
tree | 31670680d84126abef14e57a645db4d71254958c | |
parent | b43fcb4b5e58771cf4f24421a1ae0ee48d729cc6 (diff) |
coverity#1251601 Uninitialized pointer field
Change-Id: I6f3be2f87c533ec75f1e60fbf4e5c541958937c4
-rw-r--r-- | vcl/inc/openglgdiimpl.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/vcl/inc/openglgdiimpl.hxx b/vcl/inc/openglgdiimpl.hxx index 167fe60eb036..1fb0d6167c3e 100644 --- a/vcl/inc/openglgdiimpl.hxx +++ b/vcl/inc/openglgdiimpl.hxx @@ -37,7 +37,6 @@ protected: OpenGLContext maContext; SalFrame* mpFrame; - SalVirtualDevice* mpVDev; int mnPainting; // clipping |