summaryrefslogtreecommitdiff
path: root/src/subtitle_asset_internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/subtitle_asset_internal.h')
-rw-r--r--src/subtitle_asset_internal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/subtitle_asset_internal.h b/src/subtitle_asset_internal.h
index 6168ba18..8a9ffe18 100644
--- a/src/subtitle_asset_internal.h
+++ b/src/subtitle_asset_internal.h
@@ -107,7 +107,7 @@ public:
std::shared_ptr<Part> parent;
Font font;
- std::list<std::shared_ptr<Part> > children;
+ std::vector<std::shared_ptr<Part>> children;
};
class String : public Part