]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_extern.C
enable direct input of #1...#9; some whitespace changes
[lyx.git] / src / mathed / math_extern.C
index 3d7593540d69da3fd93073cfd2271dd3bba611a9..6751dd405ad13aeaaf37ed8732dc9f88e34d0fce 100644 (file)
@@ -713,7 +713,7 @@ void write(MathArray const & dat, WriteStream & wi)
        MathArray ar = dat;
        extractStrings(ar);
        for (MathArray::const_iterator it = ar.begin(); it != ar.end(); ++it) {
-               wi.firstitem = (it == ar.begin());
+               wi.firstitem() = (it == ar.begin());
                MathInset const * p = it->nucleus();
                if (it + 1 != ar.end()) {
                        if (MathScriptInset const * q = asScript(it)) {