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 5a8799116..3f5066314 100644 --- a/src/lib/player_text.h +++ b/src/lib/player_text.h @@ -35,8 +35,8 @@ public: std::list<boost::shared_ptr<Font> > fonts; /** BitmapTexts, with their rectangles transformed as specified by their content */ - std::list<BitmapText> image; - std::list<StringText> text; + std::list<BitmapText> bitmap; + std::list<StringText> string; }; #endif |
