X-Git-Url: https://git.sesse.net/?p=movit;a=blobdiff_plain;f=input.h;h=6c9fca1a4050b8590ef4698c5863c90534029f3f;hp=08f18da927c161b4ca5c778afee98d34f49b0768;hb=1547d2758dbf397602f9805e23620c1d0211f33d;hpb=bff07c51f937a4fdf005d31ef7e064467db67511 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”