Merge branch '1.0' into 1.0-seek
[dcpomatic.git] / src / lib / content.cc
index 7db349617ec031964648b19f0c3387a332b12b55..fa0031abfe27c32bb539da792d7691136a8239b6 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)) {