This commit is contained in:
Juergen Spitzmueller 2023-09-30 13:58:57 +02:00
parent 7ccdc6edf5
commit 8b1f1c29ff
2 changed files with 2 additions and 2 deletions

View File

@ -673,7 +673,7 @@ docstring Inset::completionPrefix(Cursor const &) const
}
Language const * Inset::getLocalOrDefaultLang(const OutputParams & rp) const
Language const * Inset::getLocalOrDefaultLang(OutputParams const & rp) const
{
return (rp.local_font != nullptr)
? rp.local_font->language()

View File

@ -621,7 +621,7 @@ public:
virtual bool confirmDeletion() const { return false; }
/// Return the local_font's language or the buffer's default language
/// if local_font is null
Language const * getLocalOrDefaultLang(const OutputParams &) const;
Language const * getLocalOrDefaultLang(OutputParams const &) const;
protected:
/// Constructors