commit 8b1f1c29ffa4f9b511fafb1195a3ad16993a2d31
Author: Juergen Spitzmueller <sp...@lyx.org>
Date:   Sat Sep 30 13:58:57 2023 +0200

    Style
---
 src/insets/Inset.cpp |    2 +-
 src/insets/Inset.h   |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/insets/Inset.cpp b/src/insets/Inset.cpp
index 6e3bb67..6ffb407 100644
--- a/src/insets/Inset.cpp
+++ b/src/insets/Inset.cpp
@@ -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()
diff --git a/src/insets/Inset.h b/src/insets/Inset.h
index 04fffe9..d2b4076 100644
--- a/src/insets/Inset.h
+++ b/src/insets/Inset.h
@@ -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
-- 
lyx-cvs mailing list
lyx-cvs@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-cvs

Reply via email to