diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-12-28 15:09:30 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-12-28 15:09:30 +0000 |
| commit | 521c09170d9e62cd72cc2da66c41816761008a4b (patch) | |
| tree | 267f5cb83ba72a1d489f32ba3c94d5ac02579a4e /src/lib/content.cc | |
| parent | 0987c41ac468fd93bbb444093e66d5d6753cb927 (diff) | |
| parent | af3e8ed8382cdc35e361cdca1f735a379fce1317 (diff) | |
Merge 1.0
Diffstat (limited to 'src/lib/content.cc')
| -rw-r--r-- | src/lib/content.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/content.cc b/src/lib/content.cc index 7db349617..fa0031abf 100644 --- a/src/lib/content.cc +++ b/src/lib/content.cc @@ -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)) { |
