Remove unused Film::content_paths_valid; fix ImageDecoder to throw an OpenFileError...
[dcpomatic.git] / src / lib / content.cc
index f09012765a7cbe7616d1e2ae40a870981b74604a..d835a5b0573fd263c6e46f0be4073d830bccde06 100644 (file)
@@ -232,7 +232,7 @@ Content::identifier () const
 }
 
 bool
-Content::path_valid () const
+Content::paths_valid () const
 {
        for (vector<boost::filesystem::path>::const_iterator i = _paths.begin(); i != _paths.end(); ++i) {
                if (!boost::filesystem::exists (*i)) {