diff options
Diffstat (limited to 'src/lib/player_text.h')
| -rw-r--r-- | src/lib/player_text.h | 4 |
1 files changed, 2 insertions, 2 deletions
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<BitmapText> bitmap; - std::list<StringText> string; + std::vector<BitmapText> bitmap; + std::vector<StringText> string; }; |
