Remove debugging code.
[dcpomatic.git] / src / lib / player_text.h
index 5a8799116fff7510790ca577edcaf8a7cf3d823e..3f5066314cc256ae198a70290660134dce14ca71 100644 (file)
@@ -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