diff options
Diffstat (limited to 'slideshow/source/engine/opengl/TransitionerImpl.cxx')
-rw-r--r-- | slideshow/source/engine/opengl/TransitionerImpl.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/slideshow/source/engine/opengl/TransitionerImpl.cxx b/slideshow/source/engine/opengl/TransitionerImpl.cxx index 663efa8a8710..6fe8c08772ee 100644 --- a/slideshow/source/engine/opengl/TransitionerImpl.cxx +++ b/slideshow/source/engine/opengl/TransitionerImpl.cxx @@ -109,9 +109,9 @@ private: struct OGLFormat { - GLint nInternalFormat; - GLenum eFormat; - GLenum eType; + GLint const nInternalFormat; + GLenum const eFormat; + GLenum const eType; }; /* channel ordering: (0:rgba, 1:bgra, 2:argb, 3:abgr) |