diff options
Diffstat (limited to 'ksvg/impl/libs/libtext2path/src/Glyph.h')
-rw-r--r-- | ksvg/impl/libs/libtext2path/src/Glyph.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ksvg/impl/libs/libtext2path/src/Glyph.h b/ksvg/impl/libs/libtext2path/src/Glyph.h index 73951b47..8dcbe599 100644 --- a/ksvg/impl/libs/libtext2path/src/Glyph.h +++ b/ksvg/impl/libs/libtext2path/src/Glyph.h @@ -185,7 +185,7 @@ namespace T2P private: Font *m_font; - const GlyphLayoutParams *m_layout; // Glyph tqlayouting params + const GlyphLayoutParams *m_layout; // Glyph layouting params unsigned int m_glyphIndex; // 'character' index in font unsigned int m_lastGlyph; // Kerning |