diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-07-09 10:17:49 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-07-09 10:17:49 +0100 |
| commit | 0dc52cd6e69890cd8a2c539e80389ea8bac5cc3c (patch) | |
| tree | 0dbf929df2936893ce4ba952fffc54e2c1303f37 /src/lib/content.h | |
| parent | 2cf3da72a017eebf741dfb9a5ec158df94a4e7b7 (diff) | |
Fix DCP name in editor; fix use of DCP entry points.
Diffstat (limited to 'src/lib/content.h')
| -rw-r--r-- | src/lib/content.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/lib/content.h b/src/lib/content.h index 6bbf33b35..ab14dc6f5 100644 --- a/src/lib/content.h +++ b/src/lib/content.h @@ -65,6 +65,9 @@ public: virtual ~Content () {} virtual void examine (boost::shared_ptr<Job>); + /** @return Quick one-line summary of the content, as will be presented in the + * film editor. + */ virtual std::string summary () const = 0; /** @return Technical details of this content; these are written to logs to * help with debugging. |
