diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-08-04 00:22:51 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-08-04 00:22:51 +0100 |
| commit | 0a5e92450ae992e9ed24026dd60ae351d0a3e60b (patch) | |
| tree | 1658894ecbda49e61a01dc477cdbb2e7d0b57255 /src/lib/player_text.h | |
| parent | 984455f1a072b0fa42879d03042e82df0a3cb3bd (diff) | |
Some subtitle renaming.
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 |
