diff options
| author | Carl Hetherington <cth@carlh.net> | 2025-02-20 23:09:32 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2025-02-22 23:05:14 +0100 |
| commit | 6628b2573f601b7448da169453d5f113534e525e (patch) | |
| tree | 6e3fa9f45778f42ce31b4e7c73ffccf09ecb5472 /src/lib | |
| parent | b29a0f4bc67f6f8cc84c3d88cdbb9582e35d3fed (diff) | |
Add accessor.
Diffstat (limited to 'src/lib')
| -rw-r--r-- | src/lib/verify_dcp_job.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/lib/verify_dcp_job.h b/src/lib/verify_dcp_job.h index 8bf72f025..567856833 100644 --- a/src/lib/verify_dcp_job.h +++ b/src/lib/verify_dcp_job.h @@ -40,6 +40,10 @@ public: return _result; } + std::vector<boost::filesystem::path> directories() const { + return _directories; + } + private: void update_stage(std::string s, boost::optional<boost::filesystem::path> path); |
