diff --git a/examples/opengl/computegles31/glwindow.h b/examples/opengl/computegles31/glwindow.h index a55c5491bee..15ece01780e 100644 --- a/examples/opengl/computegles31/glwindow.h +++ b/examples/opengl/computegles31/glwindow.h @@ -68,9 +68,9 @@ public: GLWindow(); ~GLWindow(); - void initializeGL(); - void resizeGL(int w, int h); - void paintGL(); + void initializeGL() override; + void resizeGL(int w, int h) override; + void paintGL() override; float blurRadius() const { return m_blurRadius; } void setBlurRadius(float blurRadius);