From 66592cc3dd00813eb07aea7396f123e50af4235a Mon Sep 17 00:00:00 2001 From: David Tardon Date: Tue, 7 Jun 2016 15:57:04 +0200 Subject: initialize the counter Change-Id: I55c2a95a860dc814569b00c2edc9e135feb95bcd --- slideshow/source/engine/OGLTrans/generic/OGLTrans_TransitionerImpl.cxx | 3 +++ 1 file changed, 3 insertions(+) (limited to 'slideshow') diff --git a/slideshow/source/engine/OGLTrans/generic/OGLTrans_TransitionerImpl.cxx b/slideshow/source/engine/OGLTrans/generic/OGLTrans_TransitionerImpl.cxx index a428e99dc4c8..68667cec8320 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 { } -- cgit