summaryrefslogtreecommitdiff
path: root/slideshow/source/engine/opengl/TransitionerImpl.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2018-10-08 10:28:45 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2018-10-09 08:10:11 +0200
commit56940b766e5d52cb1c17b4250e4c7e2c375b7b65 (patch)
treebad2be3f62ee00ebc7a0c4efa24b9e5a78621859 /slideshow/source/engine/opengl/TransitionerImpl.cxx
parente9a3b06f4e2b22f26006e0df730ad23d715ecbb6 (diff)
loplugin:constfields in slideshow
Change-Id: Ieeda808ad8e7fe500a2142c779529ca190725f6a Reviewed-on: https://gerrit.libreoffice.org/61548 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'slideshow/source/engine/opengl/TransitionerImpl.cxx')
-rw-r--r--slideshow/source/engine/opengl/TransitionerImpl.cxx6
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)