diff options
Diffstat (limited to 'src/lib/film.h')
| -rw-r--r-- | src/lib/film.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/lib/film.h b/src/lib/film.h index 0e2a4e5ef..37eb13d25 100644 --- a/src/lib/film.h +++ b/src/lib/film.h @@ -369,7 +369,9 @@ public: /** Emitted when some property has changed */ mutable boost::signals2::signal<void (Property)> Changed; - + + static int const state_version; + private: /** Log to write to */ |
