diff options
| author | Carl Hetherington <cth@carlh.net> | 2025-12-08 23:31:04 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2025-12-08 23:31:04 +0100 |
| commit | 494406afd32db350778e7b6be2aecc7d10b15125 (patch) | |
| tree | c3f634de9af5108b3fb95e41d670911d4e02d076 /src/dcp.h | |
| parent | dd1f3d77c8a0171c4d947ef689b4eefed559dcbe (diff) | |
Extract read_assetmap().
Diffstat (limited to 'src/dcp.h')
| -rw-r--r-- | src/dcp.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -202,6 +202,8 @@ public: private: void write_volindex (Standard standard) const; + /** Throws MissingAssetmapError if asset map could not be found */ + AssetMap read_assetmap() const; /** The directory that we are writing to */ boost::filesystem::path _directory; |
