summaryrefslogtreecommitdiff
path: root/include/vcl/opengl
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-06-02 08:35:30 +0200
committerNoel Grandin <noel@peralex.com>2016-06-02 11:13:46 +0200
commita21d34941c01622a479523d9eb2ab4086ff14ca0 (patch)
treed4c957c6be5ba1273fd15ddb81a2bf90cad60465 /include/vcl/opengl
parent7aae883b90850af3f3a0aaada5704682f77c3d02 (diff)
drop some more RTL_CONSTASCII_USTRINGPARAM
Change-Id: I528b0ecb5282178d8e727471beb126cb7d3f2eb4
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 686346763944..dbe0ec66c280 100644
--- a/include/vcl/opengl/OpenGLContext.hxx
+++ b/include/vcl/opengl/OpenGLContext.hxx
@@ -145,7 +145,7 @@ private:
protected:
bool InitGLEW();
- void InitGLEWDebugging();
+ static void InitGLEWDebugging();
static void InitChildWindow(SystemChildWindow *pChildWindow);
static void BuffersSwapped();
virtual GLWindow& getModifiableOpenGLWindow() = 0;