mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 01:59:02 +00:00
Fixup de5f63eeb
: the code did not do what it was supposed to
This commit is contained in:
parent
1449fbf9ae
commit
92ef555abd
@ -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