diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-06-02 12:06:20 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-06-02 12:06:20 +0100 |
| commit | 3574212ee42b2bd924eb95d5c0f4f69ec9e0a2f0 (patch) | |
| tree | 24e46f4f566bfb98aa48e9dab602ec1c8d0591d6 /src/lib/content.h | |
| parent | 24d54ea7fe1ba128cf8d3521d6738fc73a7c623e (diff) | |
| parent | 8fb0f4eaa6d91ca9369f45dd7a57c29149edaaac (diff) | |
Merge master.
Diffstat (limited to 'src/lib/content.h')
| -rw-r--r-- | src/lib/content.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/lib/content.h b/src/lib/content.h index 1d3764c20..6bbf33b35 100644 --- a/src/lib/content.h +++ b/src/lib/content.h @@ -138,6 +138,10 @@ public: _change_signals_frequent = f; } + boost::shared_ptr<const Film> film () const { + return _film.lock (); + } + boost::signals2::signal<void (boost::weak_ptr<Content>, int, bool)> Changed; protected: |
