diff options
Diffstat (limited to 'src/render/modernopenglgraphics.h')
-rw-r--r-- | src/render/modernopenglgraphics.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/render/modernopenglgraphics.h b/src/render/modernopenglgraphics.h index ada964ee9..651a9462f 100644 --- a/src/render/modernopenglgraphics.h +++ b/src/render/modernopenglgraphics.h @@ -45,7 +45,7 @@ #include <set> -class NormalOpenGLGraphicsVertexes; +class OpenGLGraphicsVertexes; class ShaderProgram; class ModernOpenGLGraphics final : public Graphics |