Use enum class for VideoRange.
[dcpomatic.git] / src / lib / image_examiner.h
index 839e390ed17dd01570bdf6ae318e2b75fda38415..cad8683a19b3e23148668f1a97b6eb5bf82ccaf6 100644 (file)
@@ -37,7 +37,7 @@ public:
        }
        bool yuv () const;
        VideoRange range () const {
-               return VIDEO_RANGE_FULL;
+               return VideoRange::FULL;
        }
 
 private: