diff options
Diffstat (limited to 'src/lib/content.h')
| -rw-r--r-- | src/lib/content.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/lib/content.h b/src/lib/content.h index fc2672c95..c8aa6b0e0 100644 --- a/src/lib/content.h +++ b/src/lib/content.h @@ -51,6 +51,11 @@ public: return _file; } + std::string digest () const { + boost::mutex::scoped_lock lm (_mutex); + return _digest; + } + boost::signals2::signal<void (boost::weak_ptr<Content>, int)> Changed; protected: |
