summaryrefslogtreecommitdiff
path: root/include/vcl/opengl
diff options
context:
space:
mode:
authorChris Sherlock <chris.sherlock79@gmail.com>2016-01-08 13:53:13 +1100
committerChris Sherlock <chris.sherlock79@gmail.com>2016-01-08 14:04:16 +1100
commitc89f9b19cefd08b31b6e5dfa55ea0f4ff757da9c (patch)
tree2deb5f06cce1486ba6d8f708ab701f925bd1e648 /include/vcl/opengl
parent9321c560943330fbc76dacfebff67bd740fbc95b (diff)
vcl: silence doxygen warning
Change-Id: I132672582136abfcec0eeafd2400757def824dbf
Diffstat (limited to 'include/vcl/opengl')
-rw-r--r--include/vcl/opengl/OpenGLContext.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vcl/opengl/OpenGLContext.hxx b/include/vcl/opengl/OpenGLContext.hxx
index de22444d47d6..d5a9e3142173 100644
--- a/include/vcl/opengl/OpenGLContext.hxx
+++ b/include/vcl/opengl/OpenGLContext.hxx
@@ -177,7 +177,7 @@ public:
/// make a VCL context (any context) current, create it if necessary.
static void makeVCLCurrent();
- /// fetch any VCL context, creating one if @bMakeIfNecessary is set.
+ /// fetch any VCL context, creating one if bMakeIfNecessary is set.
static rtl::Reference<OpenGLContext> getVCLContext(bool bMakeIfNecessary = true);
/// make this GL context current - so it is implicit in subsequent GL calls
void makeCurrent();