More enum class additions.
[dcpomatic.git] / src / lib / writer.h
index c8a007f78aa5aff7454686d1382c96134c9ede45..e7409de3117ebc362f4f0507c0e6b3186f362f97 100644 (file)
@@ -54,7 +54,7 @@ public:
                : size (0)
                , reel (0)
                , frame (0)
-               , eyes (EYES_BOTH)
+               , eyes (Eyes::BOTH)
        {}
 
        enum Type {
@@ -158,7 +158,7 @@ private:
        public:
                LastWritten()
                        : _frame(-1)
-                       , _eyes(EYES_RIGHT)
+                       , _eyes(Eyes::RIGHT)
                {}
 
                /** @return true if qi is the next item after this one */