diff options
author | David Tardon <dtardon@redhat.com> | 2016-06-07 15:57:04 +0200 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2016-06-08 07:18:33 +0200 |
commit | 66592cc3dd00813eb07aea7396f123e50af4235a (patch) | |
tree | 8962e2c8655726c4584daae79f3ee7d54cada4fa /slideshow | |
parent | 82ed95b7554cfa3b5e98f67cc53c6219e3a09886 (diff) |
initialize the counter
Change-Id: I55c2a95a860dc814569b00c2edc9e135feb95bcd
Diffstat (limited to 'slideshow')
-rw-r--r-- | slideshow/source/engine/OGLTrans/generic/OGLTrans_TransitionerImpl.cxx | 3 |
1 files changed, 3 insertions, 0 deletions
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 { } |