summaryrefslogtreecommitdiff
path: root/src/lib/content.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/content.h')
-rw-r--r--src/lib/content.h3
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.