Add some missing override labels.
[dcpomatic.git] / src / lib / screen.h
index 6103d207d9bffc0870edbd194cee96ab75d56936..84cecb80b4853991cc85b6bfb1c9e95091dceb3c 100644 (file)
@@ -62,7 +62,7 @@ public:
 
        explicit Screen (cxml::ConstNodePtr);
 
-       void as_xml (xmlpp::Element *) const;
+       void as_xml (xmlpp::Element *) const override;
        std::vector<std::string> trusted_device_thumbprints () const;
 
        std::shared_ptr<Cinema> cinema;