From 689fa55d1529ad88449ca464e9107c4dcc54d1cb Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Mon, 3 May 2021 11:17:34 +0200 Subject: C++11 tidying. --- src/lib/atmos_decoder.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/lib/atmos_decoder.h') diff --git a/src/lib/atmos_decoder.h b/src/lib/atmos_decoder.h index 935fd9925..1ec1b8a6c 100644 --- a/src/lib/atmos_decoder.h +++ b/src/lib/atmos_decoder.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2020 Carl Hetherington + Copyright (C) 2020-2021 Carl Hetherington This file is part of DCP-o-matic. @@ -30,11 +30,11 @@ class AtmosDecoder : public DecoderPart public: AtmosDecoder (Decoder* parent, std::shared_ptr content); - boost::optional position (std::shared_ptr) const { + boost::optional position (std::shared_ptr) const override { return _position; } - void seek (); + void seek () override; void emit (std::shared_ptr film, std::shared_ptr data, Frame frame, AtmosMetadata metadata); -- cgit v1.2.3