summaryrefslogtreecommitdiffstats
path: root/src/plugins/renderers/opengl/graphicshelpers/graphicshelperes2.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/renderers/opengl/graphicshelpers/graphicshelperes2.cpp')
-rw-r--r--src/plugins/renderers/opengl/graphicshelpers/graphicshelperes2.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/renderers/opengl/graphicshelpers/graphicshelperes2.cpp b/src/plugins/renderers/opengl/graphicshelpers/graphicshelperes2.cpp
index 3ae9ed932..72cee57a4 100644
--- a/src/plugins/renderers/opengl/graphicshelpers/graphicshelperes2.cpp
+++ b/src/plugins/renderers/opengl/graphicshelpers/graphicshelperes2.cpp
@@ -79,7 +79,7 @@ GraphicsHelperES2::~GraphicsHelperES2()
}
void GraphicsHelperES2::initializeHelper(QOpenGLContext *context,
- QAbstractOpenGLFunctions *)
+ QAbstractOpenGLFunctions *)
{
Q_ASSERT(context);
m_funcs = context->functions();