diff options
Diffstat (limited to 'src/lib/dcp_examiner.h')
| -rw-r--r-- | src/lib/dcp_examiner.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/dcp_examiner.h b/src/lib/dcp_examiner.h index 16385e07a..29fcc48d2 100644 --- a/src/lib/dcp_examiner.h +++ b/src/lib/dcp_examiner.h @@ -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]; } |
