More automated renaming.
[dcpomatic.git] / src / lib / dcp_examiner.h
index 16385e07a66662149e27e39653938f32136cab97..29fcc48d2c1962f7c93db0c440dcb38ba7b0c41a 100644 (file)
@@ -83,7 +83,7 @@ public:
                return _audio_frame_rate.get_value_or (48000);
        }
 
-       bool has_caption (CaptionType type) const {
+       bool has_caption (TextType type) const {
                return _has_caption[type];
        }