diff options
| author | Carl Hetherington <cth@carlh.net> | 2017-05-23 11:51:55 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2017-05-23 11:51:55 +0100 |
| commit | fe56f4e0ac26fbe1bea8d7b07f61dcc26cc26984 (patch) | |
| tree | cdcebdf673f25db025c48d85784edc5022a65702 /src/lib/content.h | |
| parent | f097755835c7607810ceef3613ee00aca50f33fe (diff) | |
Add Content::set_paths().
Diffstat (limited to 'src/lib/content.h')
| -rw-r--r-- | src/lib/content.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/content.h b/src/lib/content.h index 334a82756..d0a0466af 100644 --- a/src/lib/content.h +++ b/src/lib/content.h @@ -99,6 +99,7 @@ public: boost::shared_ptr<Content> clone () const; void set_path (boost::filesystem::path); + void set_paths (std::vector<boost::filesystem::path> paths); std::string path_summary () const; |
