diff options
Diffstat (limited to 'vcl/inc')
-rw-r--r-- | vcl/inc/unx/printergfx.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/inc/unx/printergfx.hxx b/vcl/inc/unx/printergfx.hxx index 33aaa797f8d9..6861322ba964 100644 --- a/vcl/inc/unx/printergfx.hxx +++ b/vcl/inc/unx/printergfx.hxx @@ -179,7 +179,7 @@ private: glyph in one of the subfonts, the mapping from unicode to the glyph has to be remembered */ - std::list< GlyphSet > maPS3Font; + std::vector< GlyphSet > maPS3Font; sal_Int32 mnFontID; sal_Int32 mnTextAngle; |