Add missing override on virtual function

This commit is contained in:
sephiroth99 2016-01-20 10:57:50 -05:00
parent 4c0f9e6342
commit 1c14964739

View file

@ -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();