Missing override statements. v2.15.141
authorCarl Hetherington <cth@carlh.net>
Fri, 7 May 2021 06:07:05 +0000 (08:07 +0200)
committerCarl Hetherington <cth@carlh.net>
Fri, 7 May 2021 06:07:05 +0000 (08:07 +0200)
src/lib/subtitle_encoder.h

index a88c6c5bfc66f748fb8465b5340448b972e76130..b43cc268389e1ddbecfe19649692058d4a1b2dc5 100644 (file)
@@ -45,9 +45,9 @@ public:
        void go () override;
 
        /** @return the number of frames that are done */
-       Frame frames_done () const;
+       Frame frames_done () const override;
 
-       bool finishing () const {
+       bool finishing () const override {
                return false;
        }