Use enum class for VideoRange.
[dcpomatic.git] / src / lib / dcp_examiner.h
index f577e2b3552c999a1f5f0b3e681fbafe4c785248..b61dd94a5535a78a25e817e487df00085907dbe4 100644 (file)
@@ -59,7 +59,7 @@ public:
        }
 
        VideoRange range () const {
-               return VIDEO_RANGE_FULL;
+               return VideoRange::FULL;
        }
 
        std::string name () const {