This commit is contained in:
Richard Heck 2018-02-22 00:33:28 -05:00
parent ca4426e553
commit 59498fa0cd

View File

@ -231,10 +231,10 @@ QValidator::State PathValidator::validate(QString & qtext, int &) const
}
void PathValidator::setChecker(KernelDocType const & type, LyXRC const & lyxrc)
void PathValidator::setChecker(KernelDocType const & type, LyXRC const & rc)
{
latex_doc_ = type == LATEX;
tex_allows_spaces_ = lyxrc.tex_allows_spaces;
tex_allows_spaces_ = rc.tex_allows_spaces;
}