Remove unnecessary virtual qualifier.
authorCarl Hetherington <cth@carlh.net>
Sat, 1 Dec 2012 18:58:55 +0000 (18:58 +0000)
committerCarl Hetherington <cth@carlh.net>
Sat, 1 Dec 2012 18:58:55 +0000 (18:58 +0000)
src/lib/film.h

index 049af45e2ef2811d8d1605dbe52aad83ea351684..32456dfdae688e3b51cdfe2cd10a4bf4452659fa 100644 (file)
@@ -340,7 +340,7 @@ public:
        void set_directory (std::string);
        void set_name (std::string);
        void set_use_dci_name (bool);
-       virtual void set_content (std::string);
+       void set_content (std::string);
        void set_dcp_content_type (DCPContentType const *);
        void set_format (Format const *);
        void set_crop (Crop);