X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FTextClass.cpp;h=b77f31b3369c68b7422fe8f5e99ec8b1657d29c1;hb=e100536d59170a1c99437ea22b6fd1bea864bcf0;hp=1fcdb2d3728d92063db0f2f371b3319a94fc847c;hpb=1230372566dc571fbf76adca00453d2c6009d52b;p=lyx.git diff --git a/src/TextClass.cpp b/src/TextClass.cpp index 1fcdb2d372..b77f31b336 100644 --- a/src/TextClass.cpp +++ b/src/TextClass.cpp @@ -61,7 +61,7 @@ namespace lyx { // development/tools/updatelayouts.sh script, to update the format of // all of our layout files. // -int const LAYOUT_FORMAT = 47; //rgh: package options +int const LAYOUT_FORMAT = 48; //rgh: initial values for counter namespace { @@ -635,7 +635,7 @@ TextClass::ReturnValues TextClass::read(Lexer & lexrc, ReadType rt) requires_.insert(req.begin(), req.end()); break; } - + case TC_PKGOPTS : { lexrc.next(); string const pkg = lexrc.getString();