diff options
Diffstat (limited to 'src/lib/content.h')
| -rw-r--r-- | src/lib/content.h | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/src/lib/content.h b/src/lib/content.h index 5d8100e5d..e569c1431 100644 --- a/src/lib/content.h +++ b/src/lib/content.h @@ -65,11 +65,8 @@ public: boost::shared_ptr<Content> clone () const; void set_path (boost::filesystem::path); - - boost::filesystem::path path () const { - boost::mutex::scoped_lock lm (_mutex); - return _paths.front (); - } + + std::string path_summary () const; size_t number_of_paths () const { boost::mutex::scoped_lock lm (_mutex); |
