]> git.sesse.net Git - movit/blobdiff - input.h
Use C++11 override everywhere it is appropriate.
[movit] / input.h
diff --git a/input.h b/input.h
index 08f18da927c161b4ca5c778afee98d34f49b0768..6c9fca1a4050b8590ef4698c5863c90534029f3f 100644 (file)
--- 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”