Try a bit of backwards compatibility in state file.
[dcpomatic.git] / src / lib / film.h
index 0e2a4e5efd6e002f5e9b579423ff2b732d230359..37eb13d253631a64c96a8aa27bd4ede747ad13b6 100644 (file)
@@ -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 */