slideshow/source/engine/OGLTrans/generic/OGLTrans_TransitionerImpl.cxx |    3 
+++
 1 file changed, 3 insertions(+)

New commits:
commit 66592cc3dd00813eb07aea7396f123e50af4235a
Author: David Tardon <dtar...@redhat.com>
Date:   Tue Jun 7 15:57:04 2016 +0200

    initialize the counter
    
    Change-Id: I55c2a95a860dc814569b00c2edc9e135feb95bcd

diff --git 
a/slideshow/source/engine/OGLTrans/generic/OGLTrans_TransitionerImpl.cxx 
b/slideshow/source/engine/OGLTrans/generic/OGLTrans_TransitionerImpl.cxx
index a428e99..68667ce 100644
--- a/slideshow/source/engine/OGLTrans/generic/OGLTrans_TransitionerImpl.cxx
+++ b/slideshow/source/engine/OGLTrans/generic/OGLTrans_TransitionerImpl.cxx
@@ -1165,6 +1165,9 @@ OGLTransitionerImpl::OGLTransitionerImpl()
     , mbBrokenTexturesATI(false)
     , mnGLVersion(0)
     , mbValidOpenGLContext(false)
+#if OSL_DEBUG_LEVEL > 0
+    , mnFrameCount(0)
+#endif
 {
 }
 
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to