diff options
Diffstat (limited to 'src/lib/content.h')
| -rw-r--r-- | src/lib/content.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/content.h b/src/lib/content.h index 3f348ca91..11c7438a6 100644 --- a/src/lib/content.h +++ b/src/lib/content.h @@ -41,6 +41,7 @@ public: virtual void examine (boost::shared_ptr<Film>, boost::shared_ptr<Job>, bool); virtual std::string summary () const = 0; + virtual std::string information () const = 0; virtual void as_xml (xmlpp::Node *) const; virtual boost::shared_ptr<Content> clone () const = 0; |
