diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-07-12 15:17:45 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-07-12 15:17:45 +0100 |
| commit | c2b6ca1193107581b433d294aa2327a936f77383 (patch) | |
| tree | 08d26653c408f8af7e070a60f62e6feac1509e58 /src/lib/content.h | |
| parent | 4b971f28170354c415f74fd99cbcc3a328325337 (diff) | |
Tidy up video state identifer code slightly.
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 5dcf27597..a190a393f 100644 --- a/src/lib/content.h +++ b/src/lib/content.h @@ -62,6 +62,7 @@ public: return _file; } + /** @return MD5 digest of the content's file */ std::string digest () const { boost::mutex::scoped_lock lm (_mutex); return _digest; |
