X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fsubtitle_encoder.h;h=b43cc268389e1ddbecfe19649692058d4a1b2dc5;hb=4b74bd9f359b9fe4f841cd9a361f3b2b24c2351e;hp=a88c6c5bfc66f748fb8465b5340448b972e76130;hpb=689fa55d1529ad88449ca464e9107c4dcc54d1cb;p=dcpomatic.git 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; }