mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-29 13:04:58 +00:00
Fix compilation problem
This commit is contained in:
parent
cb27aaa826
commit
04025d0259
@ -188,7 +188,7 @@ void InsetMathDecoration::infoize(odocstream & os) const
|
|||||||
namespace {
|
namespace {
|
||||||
struct Attributes {
|
struct Attributes {
|
||||||
Attributes() : over(false) {}
|
Attributes() : over(false) {}
|
||||||
Attributes(bool o, string_view entity)
|
Attributes(bool o, string const & entity)
|
||||||
: over(o), entity(entity) {}
|
: over(o), entity(entity) {}
|
||||||
bool over;
|
bool over;
|
||||||
string entity;
|
string entity;
|
||||||
|
Loading…
Reference in New Issue
Block a user