Fix the build for older macOS.
[dcpomatic.git] / src / lib / content_video.h
index ee169b6c556c93b93a7636f183314e56830ed17d..8ca18576e4e939f9c7b469924b6f5e63e89a8d10 100644 (file)
@@ -33,8 +33,8 @@ class ContentVideo
 public:
        ContentVideo ()
                : frame (0)
-               , eyes (EYES_LEFT)
-               , part (PART_WHOLE)
+               , eyes (Eyes::LEFT)
+               , part (Part::WHOLE)
        {}
 
        ContentVideo (std::shared_ptr<const ImageProxy> i, Frame f, Eyes e, Part p)