canvas/source/opengl/ogl_canvashelper.cxx | 1 + 1 file changed, 1 insertion(+)
New commits: commit 2f6b2cf6e91c973998256f2f7e6b801489915cab Author: Caolán McNamara <[email protected]> Date: Fri Oct 11 08:57:01 2013 +0100 CID#1103749 unintialized member Change-Id: I33f92b9fc6adc6fabc9732c4e62e7331e0baba25 diff --git a/canvas/source/opengl/ogl_canvashelper.cxx b/canvas/source/opengl/ogl_canvashelper.cxx index ae349b9..3d4bd55 100644 --- a/canvas/source/opengl/ogl_canvashelper.cxx +++ b/canvas/source/opengl/ogl_canvashelper.cxx @@ -378,6 +378,7 @@ namespace oglcanvas CanvasHelper::CanvasHelper() : mpDevice( NULL ), + mpDeviceHelper( NULL ), mpRecordedActions() {}
_______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
