diff options
| author | Carl Hetherington <cth@carlh.net> | 2012-12-01 18:58:55 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2012-12-01 18:58:55 +0000 |
| commit | 896f8f79ad991f4f9190b9f561ccb6a10bc3f683 (patch) | |
| tree | 2f86f8a8e9473102ec93c2900f04670075574495 /src/lib | |
| parent | 315472b02ae6825328fa9877cc6075644fefba01 (diff) | |
Remove unnecessary virtual qualifier.
Diffstat (limited to 'src/lib')
| -rw-r--r-- | src/lib/film.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/film.h b/src/lib/film.h index 049af45e2..32456dfda 100644 --- a/src/lib/film.h +++ b/src/lib/film.h @@ -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); |
