From af3e8ed8382cdc35e361cdca1f735a379fce1317 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sat, 28 Dec 2013 15:00:38 +0000 Subject: Remove unused Film::content_paths_valid; fix ImageDecoder to throw an OpenFileError when a file is missing so that it gets treated as missing content; rename Content::path_valid -> paths_valid. --- src/lib/content.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib/content.h') diff --git a/src/lib/content.h b/src/lib/content.h index 9cf6d866a..4ee7c267f 100644 --- a/src/lib/content.h +++ b/src/lib/content.h @@ -84,7 +84,7 @@ public: return _paths[i]; } - bool path_valid () const; + bool paths_valid () const; /** @return MD5 digest of the content's file(s) */ std::string digest () const { -- cgit v1.2.3