From: Jean-Marc Lasgouttes Date: Wed, 5 Jun 2024 21:05:22 +0000 (+0200) Subject: Fixup 39c7199a: the code did not do what it was supposed to X-Git-Tag: 2.4.1~48^2~2 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=312dacb7f32ce5465e1fe3d5d7ac5e0b9b51e045;p=lyx.git Fixup 39c7199a: the code did not do what it was supposed to (cherry picked from commit 92ef555abde86466b7ca3c3401ab8132258fc497) --- diff --git a/src/insets/InsetLayout.h b/src/insets/InsetLayout.h index 7593d844d5..ffa0380f17 100644 --- a/src/insets/InsetLayout.h +++ b/src/insets/InsetLayout.h @@ -200,7 +200,7 @@ public: /// bool docbookrenderasimage() const { return docbookrenderasimage_; } /// - std::set required() const & { return required_; } + std::set const & required() const { return required_; } /// bool isMultiPar() const { return multipar_; } ///