mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 10:00:33 +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 {
|
||||
struct Attributes {
|
||||
Attributes() : over(false) {}
|
||||
Attributes(bool o, string_view entity)
|
||||
Attributes(bool o, string const & entity)
|
||||
: over(o), entity(entity) {}
|
||||
bool over;
|
||||
string entity;
|
||||
|
Loading…
Reference in New Issue
Block a user