X-Git-Url: https://main.carlh.net/gitweb/?p=dcpomatic.git;a=blobdiff_plain;f=src%2Flib%2Fsubtitle_encoder.h;h=b43cc268389e1ddbecfe19649692058d4a1b2dc5;hp=a88c6c5bfc66f748fb8465b5340448b972e76130;hb=da44da6f31f97d39ca91c35955e573e76371f2c2;hpb=689fa55d1529ad88449ca464e9107c4dcc54d1cb diff --git a/src/lib/subtitle_encoder.h b/src/lib/subtitle_encoder.h index a88c6c5bf..b43cc2683 100644 --- a/src/lib/subtitle_encoder.h +++ b/src/lib/subtitle_encoder.h @@ -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; }