diff --git a/src/xenia/gpu/gl4/gl4_shader.h b/src/xenia/gpu/gl4/gl4_shader.h index 96a62f718..91b1e6098 100644 --- a/src/xenia/gpu/gl4/gl4_shader.h +++ b/src/xenia/gpu/gl4/gl4_shader.h @@ -29,7 +29,7 @@ class GL4Shader : public Shader { GLuint shader() const { return shader_; } GLuint vao() const { return vao_; } - bool Prepare(); + bool Prepare() override; protected: bool PrepareVertexArrayObject();