summaryrefslogtreecommitdiff
path: root/avmedia/source/opengl/oglframegrabber.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'avmedia/source/opengl/oglframegrabber.hxx')
-rw-r--r--avmedia/source/opengl/oglframegrabber.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/avmedia/source/opengl/oglframegrabber.hxx b/avmedia/source/opengl/oglframegrabber.hxx
index 664e1ad16065..1c3799f616de 100644
--- a/avmedia/source/opengl/oglframegrabber.hxx
+++ b/avmedia/source/opengl/oglframegrabber.hxx
@@ -26,7 +26,7 @@ class OGLFrameGrabber : public FrameGrabber_BASE
public:
explicit OGLFrameGrabber( libgltf::glTFHandle& rHandle );
- virtual ~OGLFrameGrabber();
+ virtual ~OGLFrameGrabber() override;
// XFrameGrabber
virtual css::uno::Reference< css::graphic::XGraphic > SAL_CALL grabFrame( double fMediaTime ) throw (css::uno::RuntimeException, std::exception) override;