diff options
Diffstat (limited to 'src/lib/video_content.h')
| -rw-r--r-- | src/lib/video_content.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/video_content.h b/src/lib/video_content.h index 25cb28938..19b49e926 100644 --- a/src/lib/video_content.h +++ b/src/lib/video_content.h @@ -22,6 +22,7 @@ public: VideoContent (VideoContent const &); void as_xml (xmlpp::Node *) const; + virtual std::string information () const; ContentVideoFrame video_length () const { boost::mutex::scoped_lock lm (_mutex); |
