mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-25 10:58:52 +00:00
Const.
This commit is contained in:
parent
e48a03460b
commit
f7fdf49f64
@ -1511,7 +1511,7 @@ InsetLayout const & DocumentClass::insetLayout(docstring const & name) const
|
||||
|
||||
|
||||
InsetLayout const & DocumentClass::plainInsetLayout() {
|
||||
static InsetLayout plain_insetlayout_;
|
||||
static const InsetLayout plain_insetlayout_;
|
||||
return plain_insetlayout_;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user