Supporters update.
[dcpomatic.git] / src / lib / player_text.h
index 38affd5ef1cc0953e8bee3ad87b1df8dcc8fc94f..5921b28f6f5a1c3af9e550e86390c5d440f14ed0 100644 (file)
@@ -37,8 +37,8 @@ class PlayerText
 {
 public:
        /** BitmapTexts, with their rectangles transformed as specified by their content */
-       std::list<BitmapText> bitmap;
-       std::list<StringText> string;
+       std::vector<BitmapText> bitmap;
+       std::vector<StringText> string;
 };