diff options
Diffstat (limited to 'src/lib/content.h')
| -rw-r--r-- | src/lib/content.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/lib/content.h b/src/lib/content.h index 14fa3c36a..b91b5778c 100644 --- a/src/lib/content.h +++ b/src/lib/content.h @@ -156,9 +156,7 @@ public: _change_signals_frequent = f; } - boost::shared_ptr<const Film> film () const { - return _film.lock (); - } + boost::shared_ptr<const Film> film () const; boost::signals2::signal<void (boost::weak_ptr<Content>, int, bool)> Changed; |
