]> git.lyx.org Git - features.git/blobdiff - src/mathed/math_scriptinset.C
make operator<<(*stream, ...) free functions;
[features.git] / src / mathed / math_scriptinset.C
index f4559bb69f6412e2759903dd8dbd260185115b2a..ac4b098e78e8f271a4569e6cd7a64a7da5f911df 100644 (file)
@@ -358,7 +358,7 @@ void MathScriptInset::write2(MathInset const * nuc, WriteStream & os) const
                                os << "\\limits ";
                }
        } else
-                       if (os.firstitem)
+                       if (os.firstitem())
                                lyxerr << "suppressing {} \n";
                        else
                                os << "{}";