]> git.lyx.org Git - features.git/commitdiff
Style
authorJuergen Spitzmueller <spitz@lyx.org>
Sat, 30 Sep 2023 11:58:57 +0000 (13:58 +0200)
committerJuergen Spitzmueller <spitz@lyx.org>
Sat, 30 Sep 2023 11:58:57 +0000 (13:58 +0200)
src/insets/Inset.cpp
src/insets/Inset.h

index 6e3bb67a9de1ff7d538c4f8b052c7597ffda44dd..6ffb407e06ceacf372ac7e8ea179d263b7ed8f4e 100644 (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()
index 04fffe950bc2a2e6689fd73117c3663ff5d56ce8..d2b407675bdc25c9f86a5844acb71320c5848e67 100644 (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