X-Git-Url: https://git.sesse.net/?p=movit;a=blobdiff_plain;f=input.h;fp=input.h;h=6c9fca1a4050b8590ef4698c5863c90534029f3f;hp=08f18da927c161b4ca5c778afee98d34f49b0768;hb=39b6975420669958ed9f4013440aea415134a902;hpb=720873f02e01c2aba9ce53bb5c6bcbe887af27ce diff --git a/input.h b/input.h index 08f18da..6c9fca1 100644 --- a/input.h +++ b/input.h @@ -17,7 +17,7 @@ namespace movit { // including possibly uploading the texture if so required. class Input : public Effect { public: - virtual unsigned num_inputs() const { return 0; } + unsigned num_inputs() const override { return 0; } // Whether this input can deliver linear gamma directly if it's // asked to. (If so, set the parameter “output_linear_gamma”