summaryrefslogtreecommitdiff
path: root/src/cpl.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2024-06-28 19:27:50 +0200
committerCarl Hetherington <cth@carlh.net>2024-08-17 12:57:31 +0200
commitb64644327bff333569bf4a60f1d7c3d46f058b48 (patch)
treec7332cca06c2a171ce91c691760686d03882c919 /src/cpl.cc
parent32f8cc149c8c78c82f9f7e3689e43c11da362968 (diff)
Reel{,Interop,SMPTE}SubtitleAsset -> Reel{,Interop,SMPTE}TextAsset.
Diffstat (limited to 'src/cpl.cc')
-rw-r--r--src/cpl.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cpl.cc b/src/cpl.cc
index e8cec95c..c41a86eb 100644
--- a/src/cpl.cc
+++ b/src/cpl.cc
@@ -51,7 +51,7 @@
#include "reel_closed_caption_asset.h"
#include "reel_picture_asset.h"
#include "reel_sound_asset.h"
-#include "reel_subtitle_asset.h"
+#include "reel_text_asset.h"
#include "util.h"
#include "version.h"
#include "warnings.h"