]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/MathRow.h
Preserve \inputencoding value when switching to non-TeX fonts.
[lyx.git] / src / mathed / MathRow.h
index 08f56128dea095974f68baf253aec8eec2a8c0eb..e009b90d567979385a082a0caddda7367402bd98 100644 (file)
@@ -86,7 +86,7 @@ public:
        };
 
        ///
-       MathRow() : caret_ascent(0), caret_descent(0) {};
+       MathRow(int asc = 0, int des = 0) : caret_ascent(asc), caret_descent(des) {};
        ///
        typedef std::vector<Element> Elements;
        ///