diff --git a/Telegram/SourceFiles/media/view/media_view_overlay_opengl.h b/Telegram/SourceFiles/media/view/media_view_overlay_opengl.h index aa731a6265..e1d61cb184 100644 --- a/Telegram/SourceFiles/media/view/media_view_overlay_opengl.h +++ b/Telegram/SourceFiles/media/view/media_view_overlay_opengl.h @@ -32,7 +32,7 @@ public: not_null widget, QOpenGLFunctions &f, int w, - int h); + int h) override; void paint( not_null widget, @@ -46,7 +46,7 @@ private: bool handleHideWorkaround(QOpenGLFunctions &f); void setDefaultViewport(QOpenGLFunctions &f); - void paintBackground(); + void paintBackground() override; void paintTransformedVideoFrame(ContentGeometry geometry) override; void paintTransformedStaticContent( const QImage &image,