Extract Film::Property to its own header to (maybe) increase compilation speed.
[dcpomatic.git] / src / tools / dcpomatic_player.cc
index 81af93b9ea4b50f7d2fd6db336c183a6ea75ba3d..c4f0e886c3ff43f15a4d43aea7159bd24039e229 100644 (file)
@@ -454,9 +454,9 @@ public:
                _info->triggered_update ();
        }
 
-       void film_changed (ChangeType type, Film::Property property)
+       void film_changed (ChangeType type, FilmProperty property)
        {
-               if (type != ChangeType::DONE || property != Film::Property::CONTENT) {
+               if (type != ChangeType::DONE || property != FilmProperty::CONTENT) {
                        return;
                }