aboutsummaryrefslogtreecommitdiff
path: root/engines/toon
diff options
context:
space:
mode:
Diffstat (limited to 'engines/toon')
-rw-r--r--engines/toon/subtitles.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/toon/subtitles.h b/engines/toon/subtitles.h
index 0d2575e78f..41b12638a1 100644
--- a/engines/toon/subtitles.h
+++ b/engines/toon/subtitles.h
@@ -28,11 +28,11 @@
namespace Toon {
-typedef struct {
+struct TimeWindow {
uint32 fstart;
uint32 fend;
uint32 foffset;
-} TimeWindow;
+};
class SubtitleRenderer {
public: