mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Return a reference, not a copy.
Stupid mistake from 2009. Thanks to Scott and JMarc for tracking
it down.
(cherry picked from commit de5f63eeb3
)
This commit is contained in:
parent
8f65ae16e1
commit
39c7199afc
@ -200,7 +200,7 @@ public:
|
||||
///
|
||||
bool docbookrenderasimage() const { return docbookrenderasimage_; }
|
||||
///
|
||||
std::set<std::string> required() const { return required_; }
|
||||
std::set<std::string> required() const & { return required_; }
|
||||
///
|
||||
bool isMultiPar() const { return multipar_; }
|
||||
///
|
||||
|
Loading…
Reference in New Issue
Block a user