mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Fix bug #10263
This commit is contained in:
parent
c03d2f17e9
commit
3ceb503490
@ -43,6 +43,8 @@ private:
|
||||
///
|
||||
Inset * clone() const { return new InsetFoot(*this); }
|
||||
///
|
||||
bool inheritFont() const { return true; }
|
||||
///
|
||||
docstring custom_label_;
|
||||
///
|
||||
bool intitle_;
|
||||
|
Loading…
Reference in New Issue
Block a user