diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-05-31 22:20:30 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-05-31 22:20:30 +0100 |
| commit | 291e2fe2e7df95019feba8097b68b31ec64be794 (patch) | |
| tree | cdac55d0ed47721190529b3443664bd3f64aa862 /src/lib/content.h | |
| parent | 7d9321ff829498c2c87d924a9b660acbfdafa6b3 (diff) | |
Restore some missing stuff to the content properties dialogue.
Diffstat (limited to 'src/lib/content.h')
| -rw-r--r-- | src/lib/content.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/content.h b/src/lib/content.h index ea2aaf8d4..6b647790f 100644 --- a/src/lib/content.h +++ b/src/lib/content.h @@ -185,7 +185,7 @@ public: protected: - virtual void add_properties (std::list<UserProperty> &) const {} + virtual void add_properties (std::list<UserProperty> &) const; boost::weak_ptr<const Film> _film; |
