diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-08-24 11:16:08 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-08-24 11:16:08 +0100 |
| commit | 04def4c193777d7a6cbd306d0a3ba3944335e444 (patch) | |
| tree | 5a36755469ac1c2bb4fd9af2e24a0076fe09f845 /src/dcp.h | |
| parent | c178a9d89e489e37cd1db73c6b0d470616937966 (diff) | |
Add new method.
Diffstat (limited to 'src/dcp.h')
| -rw-r--r-- | src/dcp.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -123,6 +123,8 @@ public: return _standard; } + static std::vector<boost::filesystem::path> directories_from_files (std::vector<boost::filesystem::path> files); + private: /** Write the PKL file. |
