Skip to content

Commit

Permalink
libmythui: Don't inline MythRenderOpenGL::SetShaderProjection
Browse files Browse the repository at this point in the history
  • Loading branch information
mark-kendall authored and linuxdude42 committed Dec 23, 2019
1 parent 634eced commit b8b95ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mythtv/libs/libmythui/opengl/mythrenderopengl.cpp
Expand Up @@ -1516,7 +1516,7 @@ bool MythRenderOpenGL::EnableShaderProgram(QOpenGLShaderProgram* Program)
return true;
}

inline void MythRenderOpenGL::SetShaderProjection(QOpenGLShaderProgram *Program)
void MythRenderOpenGL::SetShaderProjection(QOpenGLShaderProgram *Program)
{
if (Program)
{
Expand Down

0 comments on commit b8b95ab

Please sign in to comment.