summaryrefslogtreecommitdiff
path: root/slideshow
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2016-06-07 15:57:04 +0200
committerDavid Tardon <dtardon@redhat.com>2016-06-08 07:18:33 +0200
commit66592cc3dd00813eb07aea7396f123e50af4235a (patch)
tree8962e2c8655726c4584daae79f3ee7d54cada4fa /slideshow
parent82ed95b7554cfa3b5e98f67cc53c6219e3a09886 (diff)
initialize the counter
Change-Id: I55c2a95a860dc814569b00c2edc9e135feb95bcd
Diffstat (limited to 'slideshow')
-rw-r--r--slideshow/source/engine/OGLTrans/generic/OGLTrans_TransitionerImpl.cxx3
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
{
}