mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-23 16:52:02 +00:00
Fixup 39c7199a: the code did not do what it was supposed to
(cherry picked from commit 92ef555abde86466b7ca3c3401ab8132258fc497)
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…
x
Reference in New Issue
Block a user