mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-23 05:25:26 +00:00
Fix bug #10263
This commit is contained in:
parent
f5672a4843
commit
001f5a4786
@ -45,6 +45,10 @@ private:
|
||||
///
|
||||
Inset * clone() const { return new InsetFoot(*this); }
|
||||
///
|
||||
bool inheritFont() const { return true; }
|
||||
///
|
||||
bool allowMultiPar() const { return true; }
|
||||
///
|
||||
docstring custom_label_;
|
||||
///
|
||||
bool intitle_;
|
||||
|
Loading…
Reference in New Issue
Block a user