]> git.lyx.org Git - lyx.git/blobdiff - src/factory.cpp
Fix #9792 cyrtext and textcyr in the preamble of every document.
[lyx.git] / src / factory.cpp
index bf25fbd43ea5d158a053513d4cacbadd8150066c..b7320d0143bb6e1e49db03fec77f6580cc2f3a0a 100644 (file)
@@ -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: