[Libreoffice-commits] core.git: slideshow/source
David Tardon
dtardon at redhat.com
Wed Jun 8 05:19:09 UTC 2016
slideshow/source/engine/OGLTrans/generic/OGLTrans_TransitionerImpl.cxx | 3 +++
1 file changed, 3 insertions(+)
New commits:
commit 66592cc3dd00813eb07aea7396f123e50af4235a
Author: David Tardon <dtardon at 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
{
}
More information about the Libreoffice-commits
mailing list