X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ffactory.cpp;h=b7320d0143bb6e1e49db03fec77f6580cc2f3a0a;hb=af16acb0b4c5379ac87fe0c9fae384af1babdc3a;hp=bf25fbd43ea5d158a053513d4cacbadd8150066c;hpb=62d36bf04d436c83ddace8aeaf4dbd493d674cdf;p=lyx.git diff --git a/src/factory.cpp b/src/factory.cpp index bf25fbd43e..b7320d0143 100644 --- a/src/factory.cpp +++ b/src/factory.cpp @@ -538,7 +538,7 @@ Inset * readInset(Lexer & lex, Buffer * buf) //Worst case, we could put it in each case below. Better, we could //pass the lexer to the constructor and let the params be built there. InsetCommandParams inscmd(code); - inscmd.read(lex, buf); + inscmd.Read(lex, buf); switch (code) { case BIBITEM_CODE: