X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FCmdDef.cpp;h=8a480bd4df01678756cc771e3a2bc7bda8b858ab;hb=25bcbe766601b7bbc5b9832858ab8e5874f5d2a2;hp=7f2f0a654c28a3d6832da80e3f1196e2da449dd6;hpb=75bfed55079cab6b73fbea6ce4ae3f10d1af3b91;p=lyx.git diff --git a/src/CmdDef.cpp b/src/CmdDef.cpp index 7f2f0a654c..8a480bd4df 100644 --- a/src/CmdDef.cpp +++ b/src/CmdDef.cpp @@ -99,8 +99,8 @@ bool CmdDef::read(string const & def_file) } case BN_DEFFILE: if (lex.next()) { - string const tmp = lex.getString(); - error |= !read(tmp); + string const stmp = lex.getString(); + error |= !read(stmp); } else { lex.printError("BN_DEFFILE: Missing file name"); error = true;