commit c13ab47f1a4c726ec80a316352a19c56dedc4c7c
Author: Jean-Marc Lasgouttes <[email protected]>
Date:   Fri Dec 12 18:19:09 2025 +0100

    Fixup b0254f08: fix bogus syntax
    
    Spotted twice by cppcheck, and fixed wrongly the first time.
---
 src/Layout.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/Layout.h b/src/Layout.h
index a1c25d0e3e..3fa421b385 100644
--- a/src/Layout.h
+++ b/src/Layout.h
@@ -173,9 +173,9 @@ public:
        ///
        std::string const & latexparam() const { return latexparam_; }
        ///
-       docstring leftdelim() const & { return leftdelim_; }
+       docstring const & leftdelim() const { return leftdelim_; }
        ///
-       docstring rightdelim() const & { return rightdelim_; }
+       docstring const & rightdelim() const { return rightdelim_; }
        ///
        std::string const & breakCmd() const { return layout_break_.first; }
        ///
-- 
lyx-cvs mailing list
[email protected]
https://lists.lyx.org/mailman/listinfo/lyx-cvs

Reply via email to