]> git.lyx.org Git - lyx.git/blobdiff - src/BufferParams.cpp
Output end of math environments at the beginning of a new line,
[lyx.git] / src / BufferParams.cpp
index e3b343a3f727002f59517d4973ab3d234f656bfd..6ca310908e961679230cb0370f0598d9c49d566f 100644 (file)
@@ -757,7 +757,7 @@ string BufferParams::readToken(Lexer & lex, string const & token,
                istringstream ss(lex.getString());
                Author a;
                ss >> a;
-               author_map[a.buffer_id()] = pimpl_->authorlist.record(a);
+               author_map[a.bufferId()] = pimpl_->authorlist.record(a);
        } else if (token == "\\paperorientation") {
                string orient;
                lex >> orient;