diff options
Diffstat (limited to 'src/dcp.h')
| -rw-r--r-- | src/dcp.h | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -68,7 +68,11 @@ public: */ DCP (boost::filesystem::path directory); - void read (); + /** Read the DCP's structure into this object. + * @param keep_going true to try to keep going in the face of (some) errors. + * @param notes List of errors that will be added to if keep_going is true. + */ + void read (bool keep_going = false, std::list<std::string>* errors = 0); /** Compare this DCP with another, according to various options. * @param other DCP to compare this one to. |
