]> git.lyx.org Git - lyx.git/blobdiff - src/rowpainter.C
LFUN_UNICODE_INSERT - unicode-insert
[lyx.git] / src / rowpainter.C
index 4f0fecfa2270f310d32d1ed1f239cec91bc48fbc..7be384bfdff366361a7330603aaf53a59fcab058 100644 (file)
@@ -267,6 +267,7 @@ void RowPainter::paintChars(pos_type & vpos, LyXFont font,
        str += par_.getChar(pos);
 #else
        std::vector<char_type> str;
+       str.reserve(100);
        str.push_back(par_.getChar(pos));
 #endif
        if (arabic) {