]> git.lyx.org Git - features.git/blobdiff - src/Paragraph.cpp
Add last missing bit to insetindexmacros: file format change and lyx2lyx
[features.git] / src / Paragraph.cpp
index 86e5b0ec854ef32a61152010db0939c51b2f6da9..4ce94415f796f23e1f83a60a378e1257d1d77145 100644 (file)
@@ -1927,7 +1927,8 @@ FontSpan Paragraph::fontSpan(pos_type pos) const
 
        // This should not happen, but if so, we take no chances.
        LYXERR0("Paragraph::fontSpan: position not found in fontinfo table!");
-       LASSERT(false, return FontSpan(pos, pos));
+       LASSERT(false, /**/);
+       return FontSpan(pos, pos);
 }