summaryrefslogtreecommitdiff
path: root/include/vcl/opengl
diff options
context:
space:
mode:
authorChris Sherlock <chris.sherlock79@gmail.com>2016-01-08 23:21:51 +1100
committerChris Sherlock <chris.sherlock79@gmail.com>2016-01-08 12:23:01 +0000
commitd74161f238efc6ee189b705f21143cddb318a4bb (patch)
treee9e38be2b6027c22b393d7abf4f790a0262af4da /include/vcl/opengl
parent87495ce1214424dbd15aa4271a27f3dcac2ea5e2 (diff)
vcl: small typo in parameter names - Doxygen is complaining
Change-Id: I57a70f7f6833af5e2cf94f526e99d1353247afb9 Reviewed-on: https://gerrit.libreoffice.org/21249 Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com> Tested-by: Chris Sherlock <chris.sherlock79@gmail.com>
Diffstat (limited to 'include/vcl/opengl')
-rw-r--r--include/vcl/opengl/OpenGLHelper.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/vcl/opengl/OpenGLHelper.hxx b/include/vcl/opengl/OpenGLHelper.hxx
index 4b92fb99a2e5..0c7f1961d1fe 100644
--- a/include/vcl/opengl/OpenGLHelper.hxx
+++ b/include/vcl/opengl/OpenGLHelper.hxx
@@ -66,8 +66,8 @@ public:
* @param nWidth Width of frame
* @param nHeight Height of frame
* @param nFramebufferId FrameBuffer ID
- * @param nRenderbufferDepthID RenderBuffer's depth ID
- * @param nRenderbufferColorID RenderBuffer's color ID
+ * @param nRenderbufferDepthId RenderBuffer's depth ID
+ * @param nRenderbufferColorId RenderBuffer's color ID
* @param bRenderbuffer true => off-screen rendering, false => rendering to texture
* This also affects whether to free with glDeleteRenderbuffers or glDeleteTextures
*/