mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-21 17:51:03 +00:00
Fixup 39c7199a
: the code did not do what it was supposed to
(cherry picked from commit 92ef555abd
)
This commit is contained in:
parent
13a6be1f9c
commit
312dacb7f3
@ -200,7 +200,7 @@ public:
|
||||
///
|
||||
bool docbookrenderasimage() const { return docbookrenderasimage_; }
|
||||
///
|
||||
std::set<std::string> required() const & { return required_; }
|
||||
std::set<std::string> const & required() const { return required_; }
|
||||
///
|
||||
bool isMultiPar() const { return multipar_; }
|
||||
///
|
||||
|
Loading…
Reference in New Issue
Block a user