X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fplayer_text.h;h=5921b28f6f5a1c3af9e550e86390c5d440f14ed0;hb=2da3ac05bc5c610ab621d26c6e7ff01ccccea57d;hp=38affd5ef1cc0953e8bee3ad87b1df8dcc8fc94f;hpb=5a820bb8fae34591be5ac6d19a73461b9dab532a;p=dcpomatic.git diff --git a/src/lib/player_text.h b/src/lib/player_text.h index 38affd5ef..5921b28f6 100644 --- a/src/lib/player_text.h +++ b/src/lib/player_text.h @@ -37,8 +37,8 @@ class PlayerText { public: /** BitmapTexts, with their rectangles transformed as specified by their content */ - std::list bitmap; - std::list string; + std::vector bitmap; + std::vector string; };